Html Css Color HEX #D011CA Deep Magenta

📋 copy color: '#D011CA'

red 208 ◦ green 17 ◦ blue 202

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

Shades of Deep Magenta #D011CA

Tints of Deep Magenta #D011CA

RGB

 RED value IS 208 (81.64% from 255) = 48.71%

 GREEN value IS 17 (7.03% from 255) = 3.98%

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

R = 48.71%
G = 3.98%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D011CA (or 0xD011CA) is known color: Deep Magenta. HEX triplet: D0, 11 and CA. RGB value is (208,17,202). Sum of RGB (Red+Green+Blue) = 208+17+202=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D011CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011CA is #2FEE35. Grayscale: #5E5E5E. Windows color (decimal): -3141174 or 13242832. OLE color: 13242832.

HSL color Cylindrical-coordinate representation of color #D011CA: hue angle of 301.88º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D011CA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 202 -
CMYK 0 0.92 0.03 0.18
HSL 301.88º 0.85% 0.44% -
HSV(B) 301.88º 0.92% 0.82% -
XYZ 36.87 18.08 57.42 -
YUV 95.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 208 17 202 0 0.92 0.03 0.18 301.88 0.85 0.44
Hex D0 11 CA 0 5C 3 12 12E 55 2C
Octal 320 21 312 0 134 3 22 456 125 54
Binary 11010000 10001 11001010 0 1011100 11 10010 100101110 1010101 101100

Color Harmonies of #D011CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011CA

Black with #D011CA

Text Example


Text Example

White with #D011CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011CA; }

 p { color: rgb(208,17,202); }

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

background-color css

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

 a { background-color: rgb(208,17,202); }

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

border-color css

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

 span { border-color: rgb(208,17,202); }

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