Html Css Color HEX #D609B9 Deep Magenta

📋 copy color: '#D609B9'

red 214 ◦ green 9 ◦ blue 185

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

Shades of Deep Magenta #D609B9

Tints of Deep Magenta #D609B9

RGB

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

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

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

R = 52.45%
G = 2.21%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D609B9 (or 0xD609B9) is known color: Deep Magenta. HEX triplet: D6, 09 and B9. RGB value is (214,9,185). Sum of RGB (Red+Green+Blue) = 214+9+185=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D609B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609B9 is #29F646. Grayscale: #595959. Windows color (decimal): -2750023 or 12126678. OLE color: 12126678.

HSL color Cylindrical-coordinate representation of color #D609B9: hue angle of 308.49º 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 #D609B9 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 185 -
CMYK 0 0.96 0.14 0.16
HSL 308.49º 0.92% 0.44% -
HSV(B) 308.49º 0.96% 0.84% -
XYZ 36.59 17.99 47.44 -
YUV 90.36 181.42 216.19 -
System Red Green Blue C M Y K H S L
Decimal 214 9 185 0 0.96 0.14 0.16 308.49 0.92 0.44
Hex D6 9 B9 0 60 E 10 134 5C 2C
Octal 326 11 271 0 140 16 20 464 134 54
Binary 11010110 1001 10111001 0 1100000 1110 10000 100110100 1011100 101100

Color Harmonies of #D609B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609B9

Black with #D609B9

Text Example


Text Example

White with #D609B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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