Html Css Color HEX #D20CC4 Deep Magenta

📋 copy color: '#D20CC4'

red 210 ◦ green 12 ◦ blue 196

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

Shades of Deep Magenta #D20CC4

Tints of Deep Magenta #D20CC4

RGB

 RED value IS 210 (82.42% from 255) = 50.24%

 GREEN value IS 12 (5.08% from 255) = 2.87%

 BLUE value IS 196 (76.95% from 255) = 46.89%

R = 50.24%
G = 2.87%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D20CC4 (or 0xD20CC4) is known color: Deep Magenta. HEX triplet: D2, 0C and C4. RGB value is (210,12,196). Sum of RGB (Red+Green+Blue) = 210+12+196=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CC4 is #2DF33B. Grayscale: #5B5B5B. Windows color (decimal): -3011388 or 12848338. OLE color: 12848338.

HSL color Cylindrical-coordinate representation of color #D20CC4: hue angle of 304.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CC4 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 196 -
CMYK 0 0.94 0.07 0.18
HSL 304.24º 0.89% 0.44% -
HSV(B) 304.24º 0.94% 0.82% -
XYZ 36.67 17.95 53.76 -
YUV 92.18 186.6 212.04 -
System Red Green Blue C M Y K H S L
Decimal 210 12 196 0 0.94 0.07 0.18 304.24 0.89 0.44
Hex D2 C C4 0 5E 7 12 130 59 2C
Octal 322 14 304 0 136 7 22 460 131 54
Binary 11010010 1100 11000100 0 1011110 111 10010 100110000 1011001 101100

Color Harmonies of #D20CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CC4

Black with #D20CC4

Text Example


Text Example

White with #D20CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CC4; }

 p { color: rgb(210,12,196); }

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

background-color css

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

 a { background-color: rgb(210,12,196); }

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

border-color css

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

 span { border-color: rgb(210,12,196); }

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