Html Css Color HEX #D1717D Charm

📋 copy color: '#D1717D'

red 209 ◦ green 113 ◦ blue 125

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

Shades of Charm #D1717D

Tints of Charm #D1717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 46.76%
G = 25.28%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1717D (or 0xD1717D) is known color: Charm. HEX triplet: D1, 71 and 7D. RGB value is (209,113,125). Sum of RGB (Red+Green+Blue) = 209+113+125=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1717D is #2E8E82. Grayscale: #8F8F8F. Windows color (decimal): -3051139 or 8221137. OLE color: 8221137.

HSL color Cylindrical-coordinate representation of color #D1717D: hue angle of 352.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1717D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 113 125 -
CMYK 0 0.46 0.40 0.18
HSL 352.5º 0.51% 0.63% -
HSV(B) 352.5º 0.46% 0.82% -
XYZ 35.9 26.85 22.69 -
YUV 143.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 209 113 125 0 0.46 0.40 0.18 352.5 0.51 0.63
Hex D1 71 7D 0 2E 28 12 160 33 3F
Octal 321 161 175 0 56 50 22 540 63 77
Binary 11010001 1110001 1111101 0 101110 101000 10010 101100000 110011 111111

Color Harmonies of #D1717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1717D

Black with #D1717D

Text Example


Text Example

White with #D1717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1717D; }

 p { color: rgb(209,113,125); }

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

background-color css

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

 a { background-color: rgb(209,113,125); }

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

border-color css

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

 span { border-color: rgb(209,113,125); }

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