Html Css Color HEX #D01CC9 Deep Magenta

📋 copy color: '#D01CC9'

red 208 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #D01CC9

Tints of Deep Magenta #D01CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

 BLUE value IS 201 (78.91% from 255) = 46%

R = 47.6%
G = 6.41%
B = 46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D01CC9 (or 0xD01CC9) is known color: Deep Magenta. HEX triplet: D0, 1C and C9. RGB value is (208,28,201). Sum of RGB (Red+Green+Blue) = 208+28+201=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CC9 is #2FE336. Grayscale: #656565. Windows color (decimal): -3138359 or 13180112. OLE color: 13180112.

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

Color convert

RGB 208 28 201 -
CMYK 0 0.87 0.03 0.18
HSL 302.33º 0.76% 0.46% -
HSV(B) 302.33º 0.87% 0.82% -
XYZ 36.97 18.46 56.87 -
YUV 101.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 208 28 201 0 0.87 0.03 0.18 302.33 0.76 0.46
Hex D0 1C C9 0 57 3 12 12E 4C 2E
Octal 320 34 311 0 127 3 22 456 114 56
Binary 11010000 11100 11001001 0 1010111 11 10010 100101110 1001100 101110

Color Harmonies of #D01CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CC9

Black with #D01CC9

Text Example


Text Example

White with #D01CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CC9; }

 p { color: rgb(208,28,201); }

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

background-color css

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

 a { background-color: rgb(208,28,201); }

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

border-color css

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

 span { border-color: rgb(208,28,201); }

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