Html Css Color HEX #D117CB Deep Magenta

📋 copy color: '#D117CB'

red 209 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #D117CB

Tints of Deep Magenta #D117CB

RGB

 RED value IS 209 (82.03% from 255) = 48.05%

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

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

R = 48.05%
G = 5.29%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D117CB (or 0xD117CB) is known color: Deep Magenta. HEX triplet: D1, 17 and CB. RGB value is (209,23,203). Sum of RGB (Red+Green+Blue) = 209+23+203=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D117CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117CB is #2EE834. Grayscale: #626262. Windows color (decimal): -3074101 or 13309905. OLE color: 13309905.

HSL color Cylindrical-coordinate representation of color #D117CB: hue angle of 301.94º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D117CB is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 203 -
CMYK 0 0.89 0.03 0.18
HSL 301.94º 0.8% 0.45% -
HSV(B) 301.94º 0.89% 0.82% -
XYZ 37.38 18.48 58.1 -
YUV 99.13 186.62 206.36 -
System Red Green Blue C M Y K H S L
Decimal 209 23 203 0 0.89 0.03 0.18 301.94 0.8 0.45
Hex D1 17 CB 0 59 3 12 12E 50 2D
Octal 321 27 313 0 131 3 22 456 120 55
Binary 11010001 10111 11001011 0 1011001 11 10010 100101110 1010000 101101

Color Harmonies of #D117CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117CB

Black with #D117CB

Text Example


Text Example

White with #D117CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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