Html Css Color HEX #D1707C Charm

📋 copy color: '#D1707C'

red 209 ◦ green 112 ◦ blue 124

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

Shades of Charm #D1707C

Tints of Charm #D1707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.17%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 46.97%
G = 25.17%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1707C (or 0xD1707C) is known color: Charm. HEX triplet: D1, 70 and 7C. RGB value is (209,112,124). Sum of RGB (Red+Green+Blue) = 209+112+124=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1707C is #2E8F83. Grayscale: #8E8E8E. Windows color (decimal): -3051396 or 8155345. OLE color: 8155345.

HSL color Cylindrical-coordinate representation of color #D1707C: hue angle of 352.58º 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 #D1707C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 124 -
CMYK 0 0.46 0.41 0.18
HSL 352.58º 0.51% 0.63% -
HSV(B) 352.58º 0.46% 0.82% -
XYZ 35.73 26.6 22.32 -
YUV 142.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 209 112 124 0 0.46 0.41 0.18 352.58 0.51 0.63
Hex D1 70 7C 0 2E 29 12 161 33 3F
Octal 321 160 174 0 56 51 22 541 63 77
Binary 11010001 1110000 1111100 0 101110 101001 10010 101100001 110011 111111

Color Harmonies of #D1707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1707C

Black with #D1707C

Text Example


Text Example

White with #D1707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1707C; }

 p { color: rgb(209,112,124); }

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

background-color css

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

 a { background-color: rgb(209,112,124); }

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

border-color css

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

 span { border-color: rgb(209,112,124); }

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