Html Css Color HEX #D717CB Deep Magenta

📋 copy color: '#D717CB'

red 215 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #D717CB

Tints of Deep Magenta #D717CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.22%

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

R = 48.75%
G = 5.22%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D717CB (or 0xD717CB) is known color: Deep Magenta. HEX triplet: D7, 17 and CB. RGB value is (215,23,203). Sum of RGB (Red+Green+Blue) = 215+23+203=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D717CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717CB is #28E834. Grayscale: #646464. Windows color (decimal): -2680885 or 13309911. OLE color: 13309911.

HSL color Cylindrical-coordinate representation of color #D717CB: hue angle of 303.75º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D717CB is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 23 203 -
CMYK 0 0.89 0.06 0.16
HSL 303.75º 0.81% 0.47% -
HSV(B) 303.75º 0.89% 0.84% -
XYZ 39.11 19.37 58.18 -
YUV 100.93 185.61 209.36 -
System Red Green Blue C M Y K H S L
Decimal 215 23 203 0 0.89 0.06 0.16 303.75 0.81 0.47
Hex D7 17 CB 0 59 6 10 130 51 2F
Octal 327 27 313 0 131 6 20 460 121 57
Binary 11010111 10111 11001011 0 1011001 110 10000 100110000 1010001 101111

Color Harmonies of #D717CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717CB

Black with #D717CB

Text Example


Text Example

White with #D717CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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