Html Css Color HEX #D81ECA Deep Magenta

📋 copy color: '#D81ECA'

red 216 ◦ green 30 ◦ blue 202

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

Shades of Deep Magenta #D81ECA

Tints of Deep Magenta #D81ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.7%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 48.21%
G = 6.7%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D81ECA (or 0xD81ECA) is known color: Deep Magenta. HEX triplet: D8, 1E and CA. RGB value is (216,30,202). Sum of RGB (Red+Green+Blue) = 216+30+202=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D81ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ECA is #27E135. Grayscale: #686868. Windows color (decimal): -2613558 or 13246168. OLE color: 13246168.

HSL color Cylindrical-coordinate representation of color #D81ECA: hue angle of 304.52º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81ECA is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 30 202 -
CMYK 0 0.86 0.06 0.15
HSL 304.52º 0.76% 0.48% -
HSV(B) 304.52º 0.86% 0.85% -
XYZ 39.44 19.79 57.62 -
YUV 105.22 182.62 207.01 -
System Red Green Blue C M Y K H S L
Decimal 216 30 202 0 0.86 0.06 0.15 304.52 0.76 0.48
Hex D8 1E CA 0 56 6 F 131 4C 30
Octal 330 36 312 0 126 6 17 461 114 60
Binary 11011000 11110 11001010 0 1010110 110 1111 100110001 1001100 110000

Color Harmonies of #D81ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81ECA

Black with #D81ECA

Text Example


Text Example

White with #D81ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81ECA; }

 p { color: rgb(216,30,202); }

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

background-color css

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

 a { background-color: rgb(216,30,202); }

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

border-color css

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

 span { border-color: rgb(216,30,202); }

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