Html Css Color HEX #D818C9 Deep Magenta

📋 copy color: '#D818C9'

red 216 ◦ green 24 ◦ blue 201

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

Shades of Deep Magenta #D818C9

Tints of Deep Magenta #D818C9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.44%

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 48.98%
G = 5.44%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D818C9 (or 0xD818C9) is known color: Deep Magenta. HEX triplet: D8, 18 and C9. RGB value is (216,24,201). Sum of RGB (Red+Green+Blue) = 216+24+201=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D818C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D818C9 is #27E736. Grayscale: #656565. Windows color (decimal): -2615095 or 13179096. OLE color: 13179096.

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

Color convert

RGB 216 24 201 -
CMYK 0 0.89 0.07 0.15
HSL 304.69º 0.8% 0.47% -
HSV(B) 304.69º 0.89% 0.85% -
XYZ 39.19 19.47 56.95 -
YUV 101.59 184.11 209.61 -
System Red Green Blue C M Y K H S L
Decimal 216 24 201 0 0.89 0.07 0.15 304.69 0.8 0.47
Hex D8 18 C9 0 59 7 F 131 50 2F
Octal 330 30 311 0 131 7 17 461 120 57
Binary 11011000 11000 11001001 0 1011001 111 1111 100110001 1010000 101111

Color Harmonies of #D818C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818C9

Black with #D818C9

Text Example


Text Example

White with #D818C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818C9; }

 p { color: rgb(216,24,201); }

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

background-color css

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

 a { background-color: rgb(216,24,201); }

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

border-color css

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

 span { border-color: rgb(216,24,201); }

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