Html Css Color HEX #D9758B Charm

📋 copy color: '#D9758B'

red 217 ◦ green 117 ◦ blue 139

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

Shades of Charm #D9758B

Tints of Charm #D9758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 45.88%
G = 24.74%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9758B (or 0xD9758B) is known color: Charm. HEX triplet: D9, 75 and 8B. RGB value is (217,117,139). Sum of RGB (Red+Green+Blue) = 217+117+139=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9758B is #268A74. Grayscale: #959595. Windows color (decimal): -2525813 or 9139673. OLE color: 9139673.

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

Color convert

RGB 217 117 139 -
CMYK 0 0.46 0.36 0.15
HSL 346.8º 0.57% 0.65% -
HSV(B) 346.8º 0.46% 0.85% -
XYZ 39.64 29.34 28 -
YUV 149.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 217 117 139 0 0.46 0.36 0.15 346.8 0.57 0.65
Hex D9 75 8B 0 2E 24 F 15B 39 41
Octal 331 165 213 0 56 44 17 533 71 101
Binary 11011001 1110101 10001011 0 101110 100100 1111 101011011 111001 1000001

Color Harmonies of #D9758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9758B

Black with #D9758B

Text Example


Text Example

White with #D9758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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