Html Css Color HEX #D605B2 Deep Magenta

📋 copy color: '#D605B2'

red 214 ◦ green 5 ◦ blue 178

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

Shades of Deep Magenta #D605B2

Tints of Deep Magenta #D605B2

RGB

 RED value IS 214 (83.98% from 255) = 53.9%

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

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 53.9%
G = 1.26%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D605B2 (or 0xD605B2) is known color: Deep Magenta. HEX triplet: D6, 05 and B2. RGB value is (214,5,178). Sum of RGB (Red+Green+Blue) = 214+5+178=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D605B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D605B2 is #29FA4D. Grayscale: #565656. Windows color (decimal): -2751054 or 11666902. OLE color: 11666902.

HSL color Cylindrical-coordinate representation of color #D605B2: hue angle of 310.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605B2 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 178 -
CMYK 0 0.98 0.17 0.16
HSL 310.33º 0.95% 0.43% -
HSV(B) 310.33º 0.98% 0.84% -
XYZ 35.82 17.62 43.63 -
YUV 87.21 179.24 218.43 -
System Red Green Blue C M Y K H S L
Decimal 214 5 178 0 0.98 0.17 0.16 310.33 0.95 0.43
Hex D6 5 B2 0 62 11 10 136 5F 2B
Octal 326 5 262 0 142 21 20 466 137 53
Binary 11010110 101 10110010 0 1100010 10001 10000 100110110 1011111 101011

Color Harmonies of #D605B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605B2

Black with #D605B2

Text Example


Text Example

White with #D605B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605B2; }

 p { color: rgb(214,5,178); }

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

background-color css

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

 a { background-color: rgb(214,5,178); }

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

border-color css

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

 span { border-color: rgb(214,5,178); }

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