Html Css Color HEX #D011CD Deep Magenta

📋 copy color: '#D011CD'

red 208 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #D011CD

Tints of Deep Magenta #D011CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 48.37%
G = 3.95%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D011CD (or 0xD011CD) is known color: Deep Magenta. HEX triplet: D0, 11 and CD. RGB value is (208,17,205). Sum of RGB (Red+Green+Blue) = 208+17+205=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D011CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D011CD is #2FEE32. Grayscale: #5E5E5E. Windows color (decimal): -3141171 or 13439440. OLE color: 13439440.

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

Color convert

RGB 208 17 205 -
CMYK 0 0.92 0.01 0.18
HSL 300.94º 0.85% 0.44% -
HSV(B) 300.94º 0.92% 0.82% -
XYZ 37.23 18.22 59.31 -
YUV 95.54 189.78 208.21 -
System Red Green Blue C M Y K H S L
Decimal 208 17 205 0 0.92 0.01 0.18 300.94 0.85 0.44
Hex D0 11 CD 0 5C 1 12 12D 55 2C
Octal 320 21 315 0 134 1 22 455 125 54
Binary 11010000 10001 11001101 0 1011100 1 10010 100101101 1010101 101100

Color Harmonies of #D011CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011CD

Black with #D011CD

Text Example


Text Example

White with #D011CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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