Html Css Color HEX #D824CC Deep Magenta

📋 copy color: '#D824CC'

red 216 ◦ green 36 ◦ blue 204

#D824CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D824CC

Tints of Deep Magenta #D824CC

RGB

 RED value IS 216 (84.77% from 255) = 47.37%

 GREEN value IS 36 (14.45% from 255) = 7.89%

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 47.37%
G = 7.89%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D824CC (or 0xD824CC) is known color: Deep Magenta. HEX triplet: D8, 24 and CC. RGB value is (216,36,204). Sum of RGB (Red+Green+Blue) = 216+36+204=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D824CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824CC is #27DB33. Grayscale: #6C6C6C. Windows color (decimal): -2612020 or 13378776. OLE color: 13378776.

HSL color Cylindrical-coordinate representation of color #D824CC: hue angle of 304º 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 #D824CC is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 36 204 -
CMYK 0 0.83 0.06 0.15
HSL 304º 0.71% 0.49% -
HSV(B) 304º 0.83% 0.85% -
XYZ 39.85 20.22 58.93 -
YUV 108.97 181.63 204.34 -
System Red Green Blue C M Y K H S L
Decimal 216 36 204 0 0.83 0.06 0.15 304 0.71 0.49
Hex D8 24 CC 0 53 6 F 130 47 31
Octal 330 44 314 0 123 6 17 460 107 61
Binary 11011000 100100 11001100 0 1010011 110 1111 100110000 1000111 110001

Color Harmonies of #D824CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824CC

Black with #D824CC

Text Example


Text Example

White with #D824CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824CC; }

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

 H1.HeaderClassName
 {
   color: #D824CC;
 }
 .AnyTagClassName
 {
   color: #D824CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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