#D824C3

Color #D824C3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D824C3

Tints of Deep Magenta #D824C3

Color information

#D824C3 (or 0xD824C3) is unknown color: approx Deep Magenta. HEX triplet: D8, 24 and C3. RGB value is (216,36,195). Sum of RGB (Red+Green+Blue) = 216+36+195=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D824C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824C3 is #27DB3C. Grayscale: #6B6B6B. Windows color (decimal): -2612029 or 12788952. OLE color: 12788952.

HSL color Cylindrical-coordinate representation of color #D824C3: hue angle of 307º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D824C3 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB21636195-
CMYK00.830.100.15
HSL307º71.43%49.41%-
HSV(B)307º83.33%84.71%-
XYZ38.819.853.41-
YUV107.95177.13205.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 36 (14.45% from 255) = 8.05%
BLUE value IS 195 (76.56% from 255) = 43.62%
R=48.32%
G=8.05%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163619500.830.100.1530771.4349.41
HexD824C3053AF1334731
Octal330443030123121746310761
Binary110110001001001100001101010011101011111001100111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D824C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D824C3; }

 p { color: rgb(216,36,195); }

 H1.HeaderClassName
 {
   color: #D824C3;
 }
 .AnyTagClassName
 {
   color: #D824C3;
 }
</style>
background-color css

<style>
 a { background-color: #D824C3; }

 a { background-color: rgb(216,36,195); }

 div.DivClassName
 {
   background-color: #D824C3;
 }
 .BgClassName
 {
   background-color: #D824C3;
 }
</style>
border-color css

<style>
 span { border-color: #D824C3; }

 span { border-color: rgb(216,36,195); }

 td.TdClassName
 {
   border-color: #D824C3;
 }
 .TagClassName
 {
   border-color: #D824C3;
 }
</style>