Html Css Color HEX #D819CD Deep Magenta

📋 copy color: '#D819CD'

red 216 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #D819CD

Tints of Deep Magenta #D819CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 48.43%
G = 5.61%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D819CD (or 0xD819CD) is known color: Deep Magenta. HEX triplet: D8, 19 and CD. RGB value is (216,25,205). Sum of RGB (Red+Green+Blue) = 216+25+205=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D819CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819CD is #27E632. Grayscale: #666666. Windows color (decimal): -2614835 or 13441496. OLE color: 13441496.

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

Color convert

RGB 216 25 205 -
CMYK 0 0.88 0.05 0.15
HSL 303.46º 0.79% 0.47% -
HSV(B) 303.46º 0.88% 0.85% -
XYZ 39.69 19.7 59.47 -
YUV 102.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 216 25 205 0 0.88 0.05 0.15 303.46 0.79 0.47
Hex D8 19 CD 0 58 5 F 12F 4F 2F
Octal 330 31 315 0 130 5 17 457 117 57
Binary 11011000 11001 11001101 0 1011000 101 1111 100101111 1001111 101111

Color Harmonies of #D819CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D819CD

Black with #D819CD

Text Example


Text Example

White with #D819CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D819CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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