Html Css Color HEX #D205B1 Deep Magenta

📋 copy color: '#D205B1'

red 210 ◦ green 5 ◦ blue 177

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

Shades of Deep Magenta #D205B1

Tints of Deep Magenta #D205B1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 53.57%
G = 1.28%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D205B1 (or 0xD205B1) is known color: Deep Magenta. HEX triplet: D2, 05 and B1. RGB value is (210,5,177). Sum of RGB (Red+Green+Blue) = 210+5+177=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D205B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D205B1 is #2DFA4E. Grayscale: #555555. Windows color (decimal): -3013199 or 11601362. OLE color: 11601362.

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

Color convert

RGB 210 5 177 -
CMYK 0 0.98 0.16 0.18
HSL 309.66º 0.95% 0.42% -
HSV(B) 309.66º 0.98% 0.82% -
XYZ 34.57 16.98 43.05 -
YUV 85.9 179.42 216.51 -
System Red Green Blue C M Y K H S L
Decimal 210 5 177 0 0.98 0.16 0.18 309.66 0.95 0.42
Hex D2 5 B1 0 62 10 12 136 5F 2A
Octal 322 5 261 0 142 20 22 466 137 52
Binary 11010010 101 10110001 0 1100010 10000 10010 100110110 1011111 101010

Color Harmonies of #D205B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D205B1

Black with #D205B1

Text Example


Text Example

White with #D205B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D205B1; }

 p { color: rgb(210,5,177); }

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

background-color css

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

 a { background-color: rgb(210,5,177); }

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

border-color css

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

 span { border-color: rgb(210,5,177); }

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