Html Css Color HEX #D815B5 Deep Magenta

📋 copy color: '#D815B5'

red 216 ◦ green 21 ◦ blue 181

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

Shades of Deep Magenta #D815B5

Tints of Deep Magenta #D815B5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

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

R = 51.67%
G = 5.02%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D815B5 (or 0xD815B5) is known color: Deep Magenta. HEX triplet: D8, 15 and B5. RGB value is (216,21,181). Sum of RGB (Red+Green+Blue) = 216+21+181=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D815B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815B5 is #27EA4A. Grayscale: #616161. Windows color (decimal): -2615883 or 11867608. OLE color: 11867608.

HSL color Cylindrical-coordinate representation of color #D815B5: hue angle of 310.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815B5 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 181 -
CMYK 0 0.90 0.16 0.15
HSL 310.77º 0.82% 0.46% -
HSV(B) 310.77º 0.9% 0.85% -
XYZ 36.93 18.47 45.34 -
YUV 97.55 175.1 212.49 -
System Red Green Blue C M Y K H S L
Decimal 216 21 181 0 0.90 0.16 0.15 310.77 0.82 0.46
Hex D8 15 B5 0 5A 10 F 137 52 2E
Octal 330 25 265 0 132 20 17 467 122 56
Binary 11011000 10101 10110101 0 1011010 10000 1111 100110111 1010010 101110

Color Harmonies of #D815B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815B5

Black with #D815B5

Text Example


Text Example

White with #D815B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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