Html Css Color HEX #D918C7 Deep Magenta

📋 copy color: '#D918C7'

red 217 ◦ green 24 ◦ blue 199

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

Shades of Deep Magenta #D918C7

Tints of Deep Magenta #D918C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.23%

R = 49.32%
G = 5.45%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D918C7 (or 0xD918C7) is known color: Deep Magenta. HEX triplet: D9, 18 and C7. RGB value is (217,24,199). Sum of RGB (Red+Green+Blue) = 217+24+199=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D918C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918C7 is #26E738. Grayscale: #656565. Windows color (decimal): -2549561 or 13048025. OLE color: 13048025.

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

Color convert

RGB 217 24 199 -
CMYK 0 0.89 0.08 0.15
HSL 305.6º 0.8% 0.47% -
HSV(B) 305.6º 0.89% 0.85% -
XYZ 39.25 19.53 55.73 -
YUV 101.66 182.94 210.27 -
System Red Green Blue C M Y K H S L
Decimal 217 24 199 0 0.89 0.08 0.15 305.6 0.8 0.47
Hex D9 18 C7 0 59 8 F 132 50 2F
Octal 331 30 307 0 131 10 17 462 120 57
Binary 11011001 11000 11000111 0 1011001 1000 1111 100110010 1010000 101111

Color Harmonies of #D918C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918C7

Black with #D918C7

Text Example


Text Example

White with #D918C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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