Html Css Color HEX #D609B2 Deep Magenta

📋 copy color: '#D609B2'

red 214 ◦ green 9 ◦ blue 178

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

Shades of Deep Magenta #D609B2

Tints of Deep Magenta #D609B2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.24%

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

R = 53.37%
G = 2.24%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D609B2 (or 0xD609B2) is known color: Deep Magenta. HEX triplet: D6, 09 and B2. RGB value is (214,9,178). Sum of RGB (Red+Green+Blue) = 214+9+178=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D609B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D609B2 is #29F64D. Grayscale: #595959. Windows color (decimal): -2750030 or 11667926. OLE color: 11667926.

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

Color convert

RGB 214 9 178 -
CMYK 0 0.96 0.17 0.16
HSL 310.54º 0.92% 0.44% -
HSV(B) 310.54º 0.96% 0.84% -
XYZ 35.87 17.71 43.65 -
YUV 89.56 177.92 216.76 -
System Red Green Blue C M Y K H S L
Decimal 214 9 178 0 0.96 0.17 0.16 310.54 0.92 0.44
Hex D6 9 B2 0 60 11 10 137 5C 2C
Octal 326 11 262 0 140 21 20 467 134 54
Binary 11010110 1001 10110010 0 1100000 10001 10000 100110111 1011100 101100

Color Harmonies of #D609B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609B2

Black with #D609B2

Text Example


Text Example

White with #D609B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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