Html Css Color HEX #D01CC5 Deep Magenta

📋 copy color: '#D01CC5'

red 208 ◦ green 28 ◦ blue 197

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

Shades of Deep Magenta #D01CC5

Tints of Deep Magenta #D01CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 48.04%
G = 6.47%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D01CC5 (or 0xD01CC5) is known color: Deep Magenta. HEX triplet: D0, 1C and C5. RGB value is (208,28,197). Sum of RGB (Red+Green+Blue) = 208+28+197=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CC5 is #2FE33A. Grayscale: #646464. Windows color (decimal): -3138363 or 12917968. OLE color: 12917968.

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

Color convert

RGB 208 28 197 -
CMYK 0 0.87 0.05 0.18
HSL 303.67º 0.76% 0.46% -
HSV(B) 303.67º 0.87% 0.82% -
XYZ 36.51 18.27 54.43 -
YUV 101.09 182.13 204.26 -
System Red Green Blue C M Y K H S L
Decimal 208 28 197 0 0.87 0.05 0.18 303.67 0.76 0.46
Hex D0 1C C5 0 57 5 12 130 4C 2E
Octal 320 34 305 0 127 5 22 460 114 56
Binary 11010000 11100 11000101 0 1010111 101 10010 100110000 1001100 101110

Color Harmonies of #D01CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CC5

Black with #D01CC5

Text Example


Text Example

White with #D01CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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