Html Css Color HEX #D609B3 Deep Magenta

📋 copy color: '#D609B3'

red 214 ◦ green 9 ◦ blue 179

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

Shades of Deep Magenta #D609B3

Tints of Deep Magenta #D609B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 53.23%
G = 2.24%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D609B3 (or 0xD609B3) is known color: Deep Magenta. HEX triplet: D6, 09 and B3. RGB value is (214,9,179). Sum of RGB (Red+Green+Blue) = 214+9+179=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D609B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609B3 is #29F64C. Grayscale: #595959. Windows color (decimal): -2750029 or 11733462. OLE color: 11733462.

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

Color convert

RGB 214 9 179 -
CMYK 0 0.96 0.16 0.16
HSL 310.24º 0.92% 0.44% -
HSV(B) 310.24º 0.96% 0.84% -
XYZ 35.97 17.75 44.18 -
YUV 89.68 178.42 216.68 -
System Red Green Blue C M Y K H S L
Decimal 214 9 179 0 0.96 0.16 0.16 310.24 0.92 0.44
Hex D6 9 B3 0 60 10 10 136 5C 2C
Octal 326 11 263 0 140 20 20 466 134 54
Binary 11010110 1001 10110011 0 1100000 10000 10000 100110110 1011100 101100

Color Harmonies of #D609B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609B3

Black with #D609B3

Text Example


Text Example

White with #D609B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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