Html Css Color HEX #D9758E Charm

📋 copy color: '#D9758E'

red 217 ◦ green 117 ◦ blue 142

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

Shades of Charm #D9758E

Tints of Charm #D9758E

RGB

 RED value IS 217 (85.16% from 255) = 45.59%

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

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

R = 45.59%
G = 24.58%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9758E (or 0xD9758E) is known color: Charm. HEX triplet: D9, 75 and 8E. RGB value is (217,117,142). Sum of RGB (Red+Green+Blue) = 217+117+142=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9758E is #268A71. Grayscale: #959595. Windows color (decimal): -2525810 or 9336281. OLE color: 9336281.

HSL color Cylindrical-coordinate representation of color #D9758E: hue angle of 345º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9758E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 117 142 -
CMYK 0 0.46 0.35 0.15
HSL 345º 0.57% 0.65% -
HSV(B) 345º 0.46% 0.85% -
XYZ 39.86 29.43 29.17 -
YUV 149.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 217 117 142 0 0.46 0.35 0.15 345 0.57 0.65
Hex D9 75 8E 0 2E 23 F 159 39 41
Octal 331 165 216 0 56 43 17 531 71 101
Binary 11011001 1110101 10001110 0 101110 100011 1111 101011001 111001 1000001

Color Harmonies of #D9758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9758E

Black with #D9758E

Text Example


Text Example

White with #D9758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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