Html Css Color HEX #D01CCA Deep Magenta

📋 copy color: '#D01CCA'

red 208 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #D01CCA

Tints of Deep Magenta #D01CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 47.49%
G = 6.39%
B = 46.12%

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

#D01CCA (or 0xD01CCA) is known color: Deep Magenta. HEX triplet: D0, 1C and CA. RGB value is (208,28,202). Sum of RGB (Red+Green+Blue) = 208+28+202=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CCA is #2FE335. Grayscale: #656565. Windows color (decimal): -3138358 or 13245648. OLE color: 13245648.

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

Color convert

RGB 208 28 202 -
CMYK 0 0.87 0.03 0.18
HSL 302º 0.76% 0.46% -
HSV(B) 302º 0.87% 0.82% -
XYZ 37.09 18.5 57.49 -
YUV 101.66 184.63 203.85 -
System Red Green Blue C M Y K H S L
Decimal 208 28 202 0 0.87 0.03 0.18 302 0.76 0.46
Hex D0 1C CA 0 57 3 12 12E 4C 2E
Octal 320 34 312 0 127 3 22 456 114 56
Binary 11010000 11100 11001010 0 1010111 11 10010 100101110 1001100 101110

Color Harmonies of #D01CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CCA

Black with #D01CCA

Text Example


Text Example

White with #D01CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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