Html Css Color HEX #D1758E Charm

📋 copy color: '#D1758E'

red 209 ◦ green 117 ◦ blue 142

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

Shades of Charm #D1758E

Tints of Charm #D1758E

RGB

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

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

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

R = 44.66%
G = 25%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1758E (or 0xD1758E) is known color: Charm. HEX triplet: D1, 75 and 8E. RGB value is (209,117,142). Sum of RGB (Red+Green+Blue) = 209+117+142=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1758E is #2E8A71. Grayscale: #939393. Windows color (decimal): -3050098 or 9336273. OLE color: 9336273.

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

Color convert

RGB 209 117 142 -
CMYK 0 0.44 0.32 0.18
HSL 343.7º 0.5% 0.64% -
HSV(B) 343.7º 0.44% 0.82% -
XYZ 37.54 28.23 29.06 -
YUV 147.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 209 117 142 0 0.44 0.32 0.18 343.7 0.5 0.64
Hex D1 75 8E 0 2C 20 12 158 32 40
Octal 321 165 216 0 54 40 22 530 62 100
Binary 11010001 1110101 10001110 0 101100 100000 10010 101011000 110010 1000000

Color Harmonies of #D1758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1758E

Black with #D1758E

Text Example


Text Example

White with #D1758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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