Html Css Color HEX #D011CB Deep Magenta

📋 copy color: '#D011CB'

red 208 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #D011CB

Tints of Deep Magenta #D011CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 48.6%
G = 3.97%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D011CB (or 0xD011CB) is known color: Deep Magenta. HEX triplet: D0, 11 and CB. RGB value is (208,17,203). Sum of RGB (Red+Green+Blue) = 208+17+203=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D011CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011CB is #2FEE34. Grayscale: #5E5E5E. Windows color (decimal): -3141173 or 13308368. OLE color: 13308368.

HSL color Cylindrical-coordinate representation of color #D011CB: hue angle of 301.57º 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 #D011CB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 203 -
CMYK 0 0.92 0.02 0.18
HSL 301.57º 0.85% 0.44% -
HSV(B) 301.57º 0.92% 0.82% -
XYZ 36.99 18.12 58.05 -
YUV 95.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 208 17 203 0 0.92 0.02 0.18 301.57 0.85 0.44
Hex D0 11 CB 0 5C 2 12 12E 55 2C
Octal 320 21 313 0 134 2 22 456 125 54
Binary 11010000 10001 11001011 0 1011100 10 10010 100101110 1010101 101100

Color Harmonies of #D011CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011CB

Black with #D011CB

Text Example


Text Example

White with #D011CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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