Html Css Color HEX #D709B5 Deep Magenta

📋 copy color: '#D709B5'

red 215 ◦ green 9 ◦ blue 181

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

Shades of Deep Magenta #D709B5

Tints of Deep Magenta #D709B5

RGB

 RED value IS 215 (84.38% from 255) = 53.09%

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

 BLUE value IS 181 (71.09% from 255) = 44.69%

R = 53.09%
G = 2.22%
B = 44.69%

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

#D709B5 (or 0xD709B5) is known color: Deep Magenta. HEX triplet: D7, 09 and B5. RGB value is (215,9,181). Sum of RGB (Red+Green+Blue) = 215+9+181=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D709B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709B5 is #28F64A. Grayscale: #595959. Windows color (decimal): -2684491 or 11864535. OLE color: 11864535.

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

Color convert

RGB 215 9 181 -
CMYK 0 0.96 0.16 0.16
HSL 309.9º 0.92% 0.44% -
HSV(B) 309.9º 0.96% 0.84% -
XYZ 36.46 17.98 45.26 -
YUV 90.2 179.25 217.01 -
System Red Green Blue C M Y K H S L
Decimal 215 9 181 0 0.96 0.16 0.16 309.9 0.92 0.44
Hex D7 9 B5 0 60 10 10 136 5C 2C
Octal 327 11 265 0 140 20 20 466 134 54
Binary 11010111 1001 10110101 0 1100000 10000 10000 100110110 1011100 101100

Color Harmonies of #D709B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709B5

Black with #D709B5

Text Example


Text Example

White with #D709B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709B5; }

 p { color: rgb(215,9,181); }

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

background-color css

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

 a { background-color: rgb(215,9,181); }

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

border-color css

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

 span { border-color: rgb(215,9,181); }

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