Html Css Color HEX #D819CA Deep Magenta

📋 copy color: '#D819CA'

red 216 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #D819CA

Tints of Deep Magenta #D819CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 48.76%
G = 5.64%
B = 45.6%

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

#D819CA (or 0xD819CA) is known color: Deep Magenta. HEX triplet: D8, 19 and CA. RGB value is (216,25,202). Sum of RGB (Red+Green+Blue) = 216+25+202=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D819CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819CA is #27E635. Grayscale: #656565. Windows color (decimal): -2614838 or 13244888. OLE color: 13244888.

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

Color convert

RGB 216 25 202 -
CMYK 0 0.88 0.06 0.15
HSL 304.4º 0.79% 0.47% -
HSV(B) 304.4º 0.88% 0.85% -
XYZ 39.33 19.56 57.58 -
YUV 102.29 184.28 209.11 -
System Red Green Blue C M Y K H S L
Decimal 216 25 202 0 0.88 0.06 0.15 304.4 0.79 0.47
Hex D8 19 CA 0 58 6 F 130 4F 2F
Octal 330 31 312 0 130 6 17 460 117 57
Binary 11011000 11001 11001010 0 1011000 110 1111 100110000 1001111 101111

Color Harmonies of #D819CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D819CA

Black with #D819CA

Text Example


Text Example

White with #D819CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D819CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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