Html Css Color HEX #D1707F Charm

📋 copy color: '#D1707F'

red 209 ◦ green 112 ◦ blue 127

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

Shades of Charm #D1707F

Tints of Charm #D1707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.35%

R = 46.65%
G = 25%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1707F (or 0xD1707F) is known color: Charm. HEX triplet: D1, 70 and 7F. RGB value is (209,112,127). Sum of RGB (Red+Green+Blue) = 209+112+127=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1707F is #2E8F80. Grayscale: #8E8E8E. Windows color (decimal): -3051393 or 8351953. OLE color: 8351953.

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

Color convert

RGB 209 112 127 -
CMYK 0 0.46 0.39 0.18
HSL 350.72º 0.51% 0.63% -
HSV(B) 350.72º 0.46% 0.82% -
XYZ 35.92 26.68 23.33 -
YUV 142.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 209 112 127 0 0.46 0.39 0.18 350.72 0.51 0.63
Hex D1 70 7F 0 2E 27 12 15F 33 3F
Octal 321 160 177 0 56 47 22 537 63 77
Binary 11010001 1110000 1111111 0 101110 100111 10010 101011111 110011 111111

Color Harmonies of #D1707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1707F

Black with #D1707F

Text Example


Text Example

White with #D1707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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