Html Css Color HEX #D81CDD Deep Magenta

📋 copy color: '#D81CDD'

red 216 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #D81CDD

Tints of Deep Magenta #D81CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.02%

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 46.45%
G = 6.02%
B = 47.53%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D81CDD (or 0xD81CDD) is known color: Deep Magenta. HEX triplet: D8, 1C and DD. RGB value is (216,28,221). Sum of RGB (Red+Green+Blue) = 216+28+221=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #D81CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CDD is #27E322. Grayscale: #696969. Windows color (decimal): -2614051 or 14490840. OLE color: 14490840.

HSL color Cylindrical-coordinate representation of color #D81CDD: hue angle of 298.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81CDD is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 28 221 -
CMYK 0.02 0.87 0 0.13
HSL 298.45º 0.78% 0.49% -
HSV(B) 298.45º 0.87% 0.87% -
XYZ 41.79 20.65 70.19 -
YUV 106.21 192.78 206.31 -
System Red Green Blue C M Y K H S L
Decimal 216 28 221 0.02 0.87 0 0.13 298.45 0.78 0.49
Hex D8 1C DD 2 57 0 D 12A 4E 31
Octal 330 34 335 2 127 0 15 452 116 61
Binary 11011000 11100 11011101 10 1010111 0 1101 100101010 1001110 110001

Color Harmonies of #D81CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81CDD

Black with #D81CDD

Text Example


Text Example

White with #D81CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81CDD; }

 p { color: rgb(216,28,221); }

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

background-color css

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

 a { background-color: rgb(216,28,221); }

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

border-color css

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

 span { border-color: rgb(216,28,221); }

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