Html Css Color HEX #D204CA Deep Magenta

📋 copy color: '#D204CA'

red 210 ◦ green 4 ◦ blue 202

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

Shades of Deep Magenta #D204CA

Tints of Deep Magenta #D204CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

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

R = 50.48%
G = 0.96%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D204CA (or 0xD204CA) is known color: Deep Magenta. HEX triplet: D2, 04 and CA. RGB value is (210,4,202). Sum of RGB (Red+Green+Blue) = 210+4+202=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D204CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204CA is #2DFB35. Grayscale: #575757. Windows color (decimal): -3013430 or 13239506. OLE color: 13239506.

HSL color Cylindrical-coordinate representation of color #D204CA: hue angle of 302.33º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204CA is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 202 -
CMYK 0 0.98 0.04 0.18
HSL 302.33º 0.96% 0.42% -
HSV(B) 302.33º 0.98% 0.82% -
XYZ 37.28 18.05 57.4 -
YUV 88.17 192.25 214.9 -
System Red Green Blue C M Y K H S L
Decimal 210 4 202 0 0.98 0.04 0.18 302.33 0.96 0.42
Hex D2 4 CA 0 62 4 12 12E 60 2A
Octal 322 4 312 0 142 4 22 456 140 52
Binary 11010010 100 11001010 0 1100010 100 10010 100101110 1100000 101010

Color Harmonies of #D204CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D204CA

Black with #D204CA

Text Example


Text Example

White with #D204CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D204CA; }

 p { color: rgb(210,4,202); }

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

background-color css

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

 a { background-color: rgb(210,4,202); }

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

border-color css

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

 span { border-color: rgb(210,4,202); }

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