Html Css Color HEX #D01CCC Deep Magenta

📋 copy color: '#D01CCC'

red 208 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #D01CCC

Tints of Deep Magenta #D01CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 47.27%
G = 6.36%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D01CCC (or 0xD01CCC) is known color: Deep Magenta. HEX triplet: D0, 1C and CC. RGB value is (208,28,204). Sum of RGB (Red+Green+Blue) = 208+28+204=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CCC is #2FE333. Grayscale: #656565. Windows color (decimal): -3138356 or 13376720. OLE color: 13376720.

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

Color convert

RGB 208 28 204 -
CMYK 0 0.87 0.02 0.18
HSL 301.33º 0.76% 0.46% -
HSV(B) 301.33º 0.87% 0.82% -
XYZ 37.33 18.6 58.75 -
YUV 101.88 185.63 203.69 -
System Red Green Blue C M Y K H S L
Decimal 208 28 204 0 0.87 0.02 0.18 301.33 0.76 0.46
Hex D0 1C CC 0 57 2 12 12D 4C 2E
Octal 320 34 314 0 127 2 22 455 114 56
Binary 11010000 11100 11001100 0 1010111 10 10010 100101101 1001100 101110

Color Harmonies of #D01CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CCC

Black with #D01CCC

Text Example


Text Example

White with #D01CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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