Html Css Color HEX #D204B9 Deep Magenta

📋 copy color: '#D204B9'

red 210 ◦ green 4 ◦ blue 185

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

Shades of Deep Magenta #D204B9

Tints of Deep Magenta #D204B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 52.63%
G = 1%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D204B9 (or 0xD204B9) is known color: Deep Magenta. HEX triplet: D2, 04 and B9. RGB value is (210,4,185). Sum of RGB (Red+Green+Blue) = 210+4+185=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D204B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204B9 is #2DFB46. Grayscale: #555555. Windows color (decimal): -3013447 or 12125394. OLE color: 12125394.

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

Color convert

RGB 210 4 185 -
CMYK 0 0.98 0.12 0.18
HSL 307.28º 0.96% 0.42% -
HSV(B) 307.28º 0.98% 0.82% -
XYZ 35.38 17.29 47.37 -
YUV 86.23 183.75 216.28 -
System Red Green Blue C M Y K H S L
Decimal 210 4 185 0 0.98 0.12 0.18 307.28 0.96 0.42
Hex D2 4 B9 0 62 C 12 133 60 2A
Octal 322 4 271 0 142 14 22 463 140 52
Binary 11010010 100 10111001 0 1100010 1100 10010 100110011 1100000 101010

Color Harmonies of #D204B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D204B9

Black with #D204B9

Text Example


Text Example

White with #D204B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D204B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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