Html Css Color HEX #D819CB Deep Magenta

📋 copy color: '#D819CB'

red 216 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #D819CB

Tints of Deep Magenta #D819CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.63%

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

R = 48.65%
G = 5.63%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D819CB (or 0xD819CB) is known color: Deep Magenta. HEX triplet: D8, 19 and CB. RGB value is (216,25,203). Sum of RGB (Red+Green+Blue) = 216+25+203=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D819CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819CB is #27E634. Grayscale: #656565. Windows color (decimal): -2614837 or 13310424. OLE color: 13310424.

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

Color convert

RGB 216 25 203 -
CMYK 0 0.88 0.06 0.15
HSL 304.08º 0.79% 0.47% -
HSV(B) 304.08º 0.88% 0.85% -
XYZ 39.45 19.61 58.21 -
YUV 102.4 184.78 209.03 -
System Red Green Blue C M Y K H S L
Decimal 216 25 203 0 0.88 0.06 0.15 304.08 0.79 0.47
Hex D8 19 CB 0 58 6 F 130 4F 2F
Octal 330 31 313 0 130 6 17 460 117 57
Binary 11011000 11001 11001011 0 1011000 110 1111 100110000 1001111 101111

Color Harmonies of #D819CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D819CB

Black with #D819CB

Text Example


Text Example

White with #D819CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D819CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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