Html Css Color HEX #D709CE Deep Magenta

📋 copy color: '#D709CE'

red 215 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #D709CE

Tints of Deep Magenta #D709CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 50%
G = 2.09%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D709CE (or 0xD709CE) is known color: Deep Magenta. HEX triplet: D7, 09 and CE. RGB value is (215,9,206). Sum of RGB (Red+Green+Blue) = 215+9+206=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D709CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709CE is #28F631. Grayscale: #5C5C5C. Windows color (decimal): -2684466 or 13502935. OLE color: 13502935.

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

Color convert

RGB 215 9 206 -
CMYK 0 0.96 0.04 0.16
HSL 302.62º 0.92% 0.44% -
HSV(B) 302.62º 0.96% 0.84% -
XYZ 39.26 19.1 60.01 -
YUV 93.05 191.75 214.98 -
System Red Green Blue C M Y K H S L
Decimal 215 9 206 0 0.96 0.04 0.16 302.62 0.92 0.44
Hex D7 9 CE 0 60 4 10 12F 5C 2C
Octal 327 11 316 0 140 4 20 457 134 54
Binary 11010111 1001 11001110 0 1100000 100 10000 100101111 1011100 101100

Color Harmonies of #D709CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709CE

Black with #D709CE

Text Example


Text Example

White with #D709CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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