Html Css Color HEX #D709CB Deep Magenta

📋 copy color: '#D709CB'

red 215 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #D709CB

Tints of Deep Magenta #D709CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 50.35%
G = 2.11%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D709CB (or 0xD709CB) is known color: Deep Magenta. HEX triplet: D7, 09 and CB. RGB value is (215,9,203). Sum of RGB (Red+Green+Blue) = 215+9+203=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D709CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709CB is #28F634. Grayscale: #5C5C5C. Windows color (decimal): -2684469 or 13306327. OLE color: 13306327.

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

Color convert

RGB 215 9 203 -
CMYK 0 0.96 0.06 0.16
HSL 303.5º 0.92% 0.44% -
HSV(B) 303.5º 0.96% 0.84% -
XYZ 38.9 18.95 58.11 -
YUV 92.71 190.25 215.23 -
System Red Green Blue C M Y K H S L
Decimal 215 9 203 0 0.96 0.06 0.16 303.5 0.92 0.44
Hex D7 9 CB 0 60 6 10 12F 5C 2C
Octal 327 11 313 0 140 6 20 457 134 54
Binary 11010111 1001 11001011 0 1100000 110 10000 100101111 1011100 101100

Color Harmonies of #D709CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709CB

Black with #D709CB

Text Example


Text Example

White with #D709CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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