Html Css Color HEX #D812DD Deep Magenta

📋 copy color: '#D812DD'

red 216 ◦ green 18 ◦ blue 221

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

Shades of Deep Magenta #D812DD

Tints of Deep Magenta #D812DD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.96%

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

R = 47.47%
G = 3.96%
B = 48.57%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D812DD (or 0xD812DD) is known color: Deep Magenta. HEX triplet: D8, 12 and DD. RGB value is (216,18,221). Sum of RGB (Red+Green+Blue) = 216+18+221=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #D812DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812DD is #27ED22. Grayscale: #636363. Windows color (decimal): -2616611 or 14488280. OLE color: 14488280.

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

Color convert

RGB 216 18 221 -
CMYK 0.02 0.92 0 0.13
HSL 298.52º 0.85% 0.47% -
HSV(B) 298.52º 0.92% 0.87% -
XYZ 41.59 20.25 70.12 -
YUV 100.34 196.1 210.49 -
System Red Green Blue C M Y K H S L
Decimal 216 18 221 0.02 0.92 0 0.13 298.52 0.85 0.47
Hex D8 12 DD 2 5C 0 D 12B 55 2F
Octal 330 22 335 2 134 0 15 453 125 57
Binary 11011000 10010 11011101 10 1011100 0 1101 100101011 1010101 101111

Color Harmonies of #D812DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812DD

Black with #D812DD

Text Example


Text Example

White with #D812DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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