Html Css Color HEX #D80CCB Deep Magenta

📋 copy color: '#D80CCB'

red 216 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #D80CCB

Tints of Deep Magenta #D80CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.78%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 50.12%
G = 2.78%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D80CCB (or 0xD80CCB) is known color: Deep Magenta. HEX triplet: D8, 0C and CB. RGB value is (216,12,203). Sum of RGB (Red+Green+Blue) = 216+12+203=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CCB is #27F334. Grayscale: #5E5E5E. Windows color (decimal): -2618165 or 13307096. OLE color: 13307096.

HSL color Cylindrical-coordinate representation of color #D80CCB: hue angle of 303.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CCB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 12 203 -
CMYK 0 0.94 0.06 0.15
HSL 303.82º 0.89% 0.45% -
HSV(B) 303.82º 0.94% 0.85% -
XYZ 39.23 19.17 58.13 -
YUV 94.77 189.09 214.47 -
System Red Green Blue C M Y K H S L
Decimal 216 12 203 0 0.94 0.06 0.15 303.82 0.89 0.45
Hex D8 C CB 0 5E 6 F 130 59 2D
Octal 330 14 313 0 136 6 17 460 131 55
Binary 11011000 1100 11001011 0 1011110 110 1111 100110000 1011001 101101

Color Harmonies of #D80CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CCB

Black with #D80CCB

Text Example


Text Example

White with #D80CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CCB; }

 p { color: rgb(216,12,203); }

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

background-color css

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

 a { background-color: rgb(216,12,203); }

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

border-color css

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

 span { border-color: rgb(216,12,203); }

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