Html Css Color HEX #D918C9 Deep Magenta

📋 copy color: '#D918C9'

red 217 ◦ green 24 ◦ blue 201

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

Shades of Deep Magenta #D918C9

Tints of Deep Magenta #D918C9

RGB

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

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

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

R = 49.1%
G = 5.43%
B = 45.48%

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

#D918C9 (or 0xD918C9) is known color: Deep Magenta. HEX triplet: D9, 18 and C9. RGB value is (217,24,201). Sum of RGB (Red+Green+Blue) = 217+24+201=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D918C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918C9 is #26E736. Grayscale: #656565. Windows color (decimal): -2549559 or 13179097. OLE color: 13179097.

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

Color convert

RGB 217 24 201 -
CMYK 0 0.89 0.07 0.15
HSL 304.97º 0.8% 0.47% -
HSV(B) 304.97º 0.89% 0.85% -
XYZ 39.48 19.62 56.96 -
YUV 101.89 183.94 210.11 -
System Red Green Blue C M Y K H S L
Decimal 217 24 201 0 0.89 0.07 0.15 304.97 0.8 0.47
Hex D9 18 C9 0 59 7 F 131 50 2F
Octal 331 30 311 0 131 7 17 461 120 57
Binary 11011001 11000 11001001 0 1011001 111 1111 100110001 1010000 101111

Color Harmonies of #D918C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918C9

Black with #D918C9

Text Example


Text Example

White with #D918C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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