Html Css Color HEX #D020C3 Deep Magenta

📋 copy color: '#D020C3'

red 208 ◦ green 32 ◦ blue 195

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

Shades of Deep Magenta #D020C3

Tints of Deep Magenta #D020C3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.36%

 BLUE value IS 195 (76.56% from 255) = 44.83%

R = 47.82%
G = 7.36%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D020C3 (or 0xD020C3) is known color: Deep Magenta. HEX triplet: D0, 20 and C3. RGB value is (208,32,195). Sum of RGB (Red+Green+Blue) = 208+32+195=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D020C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020C3 is #2FDF3C. Grayscale: #666666. Windows color (decimal): -3137341 or 12787920. OLE color: 12787920.

HSL color Cylindrical-coordinate representation of color #D020C3: hue angle of 304.43º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020C3 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 195 -
CMYK 0 0.85 0.06 0.18
HSL 304.43º 0.73% 0.47% -
HSV(B) 304.43º 0.85% 0.82% -
XYZ 36.38 18.38 53.26 -
YUV 103.21 179.81 202.75 -
System Red Green Blue C M Y K H S L
Decimal 208 32 195 0 0.85 0.06 0.18 304.43 0.73 0.47
Hex D0 20 C3 0 55 6 12 130 49 2F
Octal 320 40 303 0 125 6 22 460 111 57
Binary 11010000 100000 11000011 0 1010101 110 10010 100110000 1001001 101111

Color Harmonies of #D020C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020C3

Black with #D020C3

Text Example


Text Example

White with #D020C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020C3; }

 p { color: rgb(208,32,195); }

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

background-color css

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

 a { background-color: rgb(208,32,195); }

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

border-color css

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

 span { border-color: rgb(208,32,195); }

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