Html Css Color HEX #D1707E Charm

📋 copy color: '#D1707E'

red 209 ◦ green 112 ◦ blue 126

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

Shades of Charm #D1707E

Tints of Charm #D1707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.19%

R = 46.76%
G = 25.06%
B = 28.19%

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

#D1707E (or 0xD1707E) is known color: Charm. HEX triplet: D1, 70 and 7E. RGB value is (209,112,126). Sum of RGB (Red+Green+Blue) = 209+112+126=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1707E is #2E8F81. Grayscale: #8E8E8E. Windows color (decimal): -3051394 or 8286417. OLE color: 8286417.

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

Color convert

RGB 209 112 126 -
CMYK 0 0.46 0.40 0.18
HSL 351.34º 0.51% 0.63% -
HSV(B) 351.34º 0.46% 0.82% -
XYZ 35.85 26.65 22.99 -
YUV 142.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 209 112 126 0 0.46 0.40 0.18 351.34 0.51 0.63
Hex D1 70 7E 0 2E 28 12 15F 33 3F
Octal 321 160 176 0 56 50 22 537 63 77
Binary 11010001 1110000 1111110 0 101110 101000 10010 101011111 110011 111111

Color Harmonies of #D1707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1707E

Black with #D1707E

Text Example


Text Example

White with #D1707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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