Html Css Color HEX #D1708E Charm

📋 copy color: '#D1708E'

red 209 ◦ green 112 ◦ blue 142

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

Shades of Charm #D1708E

Tints of Charm #D1708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 45.14%
G = 24.19%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1708E (or 0xD1708E) is known color: Charm. HEX triplet: D1, 70 and 8E. RGB value is (209,112,142). Sum of RGB (Red+Green+Blue) = 209+112+142=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1708E is #2E8F71. Grayscale: #909090. Windows color (decimal): -3051378 or 9334993. OLE color: 9334993.

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

Color convert

RGB 209 112 142 -
CMYK 0 0.46 0.32 0.18
HSL 341.44º 0.51% 0.63% -
HSV(B) 341.44º 0.46% 0.82% -
XYZ 36.97 27.1 28.87 -
YUV 144.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 209 112 142 0 0.46 0.32 0.18 341.44 0.51 0.63
Hex D1 70 8E 0 2E 20 12 155 33 3F
Octal 321 160 216 0 56 40 22 525 63 77
Binary 11010001 1110000 10001110 0 101110 100000 10010 101010101 110011 111111

Color Harmonies of #D1708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1708E

Black with #D1708E

Text Example


Text Example

White with #D1708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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