Html Css Color HEX #D918BA Deep Magenta

📋 copy color: '#D918BA'

red 217 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #D918BA

Tints of Deep Magenta #D918BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 50.82%
G = 5.62%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D918BA (or 0xD918BA) is known color: Deep Magenta. HEX triplet: D9, 18 and BA. RGB value is (217,24,186). Sum of RGB (Red+Green+Blue) = 217+24+186=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D918BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918BA is #26E745. Grayscale: #636363. Windows color (decimal): -2549574 or 12196057. OLE color: 12196057.

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

Color convert

RGB 217 24 186 -
CMYK 0 0.89 0.14 0.15
HSL 309.64º 0.8% 0.47% -
HSV(B) 309.64º 0.89% 0.85% -
XYZ 37.8 18.95 48.12 -
YUV 100.18 176.44 211.33 -
System Red Green Blue C M Y K H S L
Decimal 217 24 186 0 0.89 0.14 0.15 309.64 0.8 0.47
Hex D9 18 BA 0 59 E F 136 50 2F
Octal 331 30 272 0 131 16 17 466 120 57
Binary 11011001 11000 10111010 0 1011001 1110 1111 100110110 1010000 101111

Color Harmonies of #D918BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D918BA

Black with #D918BA

Text Example


Text Example

White with #D918BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D918BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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