Html Css Color HEX #D918CE Deep Magenta

📋 copy color: '#D918CE'

red 217 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #D918CE

Tints of Deep Magenta #D918CE

RGB

 RED value IS 217 (85.16% from 255) = 48.55%

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

 BLUE value IS 206 (80.86% from 255) = 46.09%

R = 48.55%
G = 5.37%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D918CE (or 0xD918CE) is known color: Deep Magenta. HEX triplet: D9, 18 and CE. RGB value is (217,24,206). Sum of RGB (Red+Green+Blue) = 217+24+206=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D918CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918CE is #26E731. Grayscale: #656565. Windows color (decimal): -2549554 or 13506777. OLE color: 13506777.

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

Color convert

RGB 217 24 206 -
CMYK 0 0.89 0.05 0.15
HSL 303.42º 0.8% 0.47% -
HSV(B) 303.42º 0.89% 0.85% -
XYZ 40.08 19.86 60.11 -
YUV 102.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 217 24 206 0 0.89 0.05 0.15 303.42 0.8 0.47
Hex D9 18 CE 0 59 5 F 12F 50 2F
Octal 331 30 316 0 131 5 17 457 120 57
Binary 11011001 11000 11001110 0 1011001 101 1111 100101111 1010000 101111

Color Harmonies of #D918CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918CE

Black with #D918CE

Text Example


Text Example

White with #D918CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918CE; }

 p { color: rgb(217,24,206); }

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

background-color css

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

 a { background-color: rgb(217,24,206); }

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

border-color css

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

 span { border-color: rgb(217,24,206); }

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