Html Css Color HEX #D918B7 Deep Magenta

📋 copy color: '#D918B7'

red 217 ◦ green 24 ◦ blue 183

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

Shades of Deep Magenta #D918B7

Tints of Deep Magenta #D918B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.16%

R = 51.18%
G = 5.66%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D918B7 (or 0xD918B7) is known color: Deep Magenta. HEX triplet: D9, 18 and B7. RGB value is (217,24,183). Sum of RGB (Red+Green+Blue) = 217+24+183=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D918B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918B7 is #26E748. Grayscale: #636363. Windows color (decimal): -2549577 or 11999449. OLE color: 11999449.

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

Color convert

RGB 217 24 183 -
CMYK 0 0.89 0.16 0.15
HSL 310.57º 0.8% 0.47% -
HSV(B) 310.57º 0.89% 0.85% -
XYZ 37.49 18.82 46.46 -
YUV 99.83 174.94 211.57 -
System Red Green Blue C M Y K H S L
Decimal 217 24 183 0 0.89 0.16 0.15 310.57 0.8 0.47
Hex D9 18 B7 0 59 10 F 137 50 2F
Octal 331 30 267 0 131 20 17 467 120 57
Binary 11011001 11000 10110111 0 1011001 10000 1111 100110111 1010000 101111

Color Harmonies of #D918B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918B7

Black with #D918B7

Text Example


Text Example

White with #D918B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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