Html Css Color HEX #D204BB Deep Magenta

📋 copy color: '#D204BB'

red 210 ◦ green 4 ◦ blue 187

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

Shades of Deep Magenta #D204BB

Tints of Deep Magenta #D204BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 52.37%
G = 1%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D204BB (or 0xD204BB) is known color: Deep Magenta. HEX triplet: D2, 04 and BB. RGB value is (210,4,187). Sum of RGB (Red+Green+Blue) = 210+4+187=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D204BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D204BB is #2DFB44. Grayscale: #555555. Windows color (decimal): -3013445 or 12256466. OLE color: 12256466.

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

Color convert

RGB 210 4 187 -
CMYK 0 0.98 0.11 0.18
HSL 306.7º 0.96% 0.42% -
HSV(B) 306.7º 0.98% 0.82% -
XYZ 35.59 17.38 48.49 -
YUV 86.46 184.75 216.12 -
System Red Green Blue C M Y K H S L
Decimal 210 4 187 0 0.98 0.11 0.18 306.7 0.96 0.42
Hex D2 4 BB 0 62 B 12 133 60 2A
Octal 322 4 273 0 142 13 22 463 140 52
Binary 11010010 100 10111011 0 1100010 1011 10010 100110011 1100000 101010

Color Harmonies of #D204BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D204BB

Black with #D204BB

Text Example


Text Example

White with #D204BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D204BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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