Html Css Color HEX #D818B5 Deep Magenta

📋 copy color: '#D818B5'

red 216 ◦ green 24 ◦ blue 181

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

Shades of Deep Magenta #D818B5

Tints of Deep Magenta #D818B5

RGB

 RED value IS 216 (84.77% from 255) = 51.31%

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

 BLUE value IS 181 (71.09% from 255) = 42.99%

R = 51.31%
G = 5.7%
B = 42.99%

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

#D818B5 (or 0xD818B5) is known color: Deep Magenta. HEX triplet: D8, 18 and B5. RGB value is (216,24,181). Sum of RGB (Red+Green+Blue) = 216+24+181=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D818B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D818B5 is #27E74A. Grayscale: #626262. Windows color (decimal): -2615115 or 11868376. OLE color: 11868376.

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

Color convert

RGB 216 24 181 -
CMYK 0 0.89 0.16 0.15
HSL 310.94º 0.8% 0.47% -
HSV(B) 310.94º 0.89% 0.85% -
XYZ 36.99 18.59 45.35 -
YUV 99.31 174.11 211.23 -
System Red Green Blue C M Y K H S L
Decimal 216 24 181 0 0.89 0.16 0.15 310.94 0.8 0.47
Hex D8 18 B5 0 59 10 F 137 50 2F
Octal 330 30 265 0 131 20 17 467 120 57
Binary 11011000 11000 10110101 0 1011001 10000 1111 100110111 1010000 101111

Color Harmonies of #D818B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D818B5

Black with #D818B5

Text Example


Text Example

White with #D818B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D818B5; }

 p { color: rgb(216,24,181); }

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

background-color css

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

 a { background-color: rgb(216,24,181); }

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

border-color css

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

 span { border-color: rgb(216,24,181); }

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