Html Css Color HEX #D9768C Charm

📋 copy color: '#D9768C'

red 217 ◦ green 118 ◦ blue 140

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

Shades of Charm #D9768C

Tints of Charm #D9768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.47%

R = 45.68%
G = 24.84%
B = 29.47%

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

#D9768C (or 0xD9768C) is known color: Charm. HEX triplet: D9, 76 and 8C. RGB value is (217,118,140). Sum of RGB (Red+Green+Blue) = 217+118+140=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9768C is #268973. Grayscale: #969696. Windows color (decimal): -2525556 or 9205465. OLE color: 9205465.

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

Color convert

RGB 217 118 140 -
CMYK 0 0.46 0.35 0.15
HSL 346.67º 0.57% 0.66% -
HSV(B) 346.67º 0.46% 0.85% -
XYZ 39.83 29.6 28.43 -
YUV 150.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 217 118 140 0 0.46 0.35 0.15 346.67 0.57 0.66
Hex D9 76 8C 0 2E 23 F 15B 39 42
Octal 331 166 214 0 56 43 17 533 71 102
Binary 11011001 1110110 10001100 0 101110 100011 1111 101011011 111001 1000010

Color Harmonies of #D9768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9768C

Black with #D9768C

Text Example


Text Example

White with #D9768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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