Html Css Color HEX #D01CC8 Deep Magenta

📋 copy color: '#D01CC8'

red 208 ◦ green 28 ◦ blue 200

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

Shades of Deep Magenta #D01CC8

Tints of Deep Magenta #D01CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.87%

R = 47.71%
G = 6.42%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D01CC8 (or 0xD01CC8) is known color: Deep Magenta. HEX triplet: D0, 1C and C8. RGB value is (208,28,200). Sum of RGB (Red+Green+Blue) = 208+28+200=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CC8 is #2FE337. Grayscale: #646464. Windows color (decimal): -3138360 or 13114576. OLE color: 13114576.

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

Color convert

RGB 208 28 200 -
CMYK 0 0.87 0.04 0.18
HSL 302.67º 0.76% 0.46% -
HSV(B) 302.67º 0.87% 0.82% -
XYZ 36.85 18.41 56.25 -
YUV 101.43 183.63 204.01 -
System Red Green Blue C M Y K H S L
Decimal 208 28 200 0 0.87 0.04 0.18 302.67 0.76 0.46
Hex D0 1C C8 0 57 4 12 12F 4C 2E
Octal 320 34 310 0 127 4 22 457 114 56
Binary 11010000 11100 11001000 0 1010111 100 10010 100101111 1001100 101110

Color Harmonies of #D01CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CC8

Black with #D01CC8

Text Example


Text Example

White with #D01CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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