Html Css Color HEX #D1757C Charm

📋 copy color: '#D1757C'

red 209 ◦ green 117 ◦ blue 124

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

Shades of Charm #D1757C

Tints of Charm #D1757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

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

R = 46.44%
G = 26%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1757C (or 0xD1757C) is known color: Charm. HEX triplet: D1, 75 and 7C. RGB value is (209,117,124). Sum of RGB (Red+Green+Blue) = 209+117+124=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1757C is #2E8A83. Grayscale: #919191. Windows color (decimal): -3050116 or 8156625. OLE color: 8156625.

HSL color Cylindrical-coordinate representation of color #D1757C: hue angle of 355.43º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1757C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 117 124 -
CMYK 0 0.44 0.41 0.18
HSL 355.43º 0.5% 0.64% -
HSV(B) 355.43º 0.44% 0.82% -
XYZ 36.29 27.73 22.51 -
YUV 145.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 209 117 124 0 0.44 0.41 0.18 355.43 0.5 0.64
Hex D1 75 7C 0 2C 29 12 163 32 40
Octal 321 165 174 0 54 51 22 543 62 100
Binary 11010001 1110101 1111100 0 101100 101001 10010 101100011 110010 1000000

Color Harmonies of #D1757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1757C

Black with #D1757C

Text Example


Text Example

White with #D1757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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