Html Css Color HEX #D9768B Charm

📋 copy color: '#D9768B'

red 217 ◦ green 118 ◦ blue 139

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

Shades of Charm #D9768B

Tints of Charm #D9768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.89%

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

R = 45.78%
G = 24.89%
B = 29.32%

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

#D9768B (or 0xD9768B) is known color: Charm. HEX triplet: D9, 76 and 8B. RGB value is (217,118,139). Sum of RGB (Red+Green+Blue) = 217+118+139=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9768B is #268974. Grayscale: #969696. Windows color (decimal): -2525557 or 9139929. OLE color: 9139929.

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

Color convert

RGB 217 118 139 -
CMYK 0 0.46 0.36 0.15
HSL 347.27º 0.57% 0.66% -
HSV(B) 347.27º 0.46% 0.85% -
XYZ 39.75 29.57 28.04 -
YUV 150 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 217 118 139 0 0.46 0.36 0.15 347.27 0.57 0.66
Hex D9 76 8B 0 2E 24 F 15B 39 42
Octal 331 166 213 0 56 44 17 533 71 102
Binary 11011001 1110110 10001011 0 101110 100100 1111 101011011 111001 1000010

Color Harmonies of #D9768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9768B

Black with #D9768B

Text Example


Text Example

White with #D9768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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