Html Css Color HEX #D9768D Charm

📋 copy color: '#D9768D'

red 217 ◦ green 118 ◦ blue 141

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

Shades of Charm #D9768D

Tints of Charm #D9768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 45.59%
G = 24.79%
B = 29.62%

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

#D9768D (or 0xD9768D) is known color: Charm. HEX triplet: D9, 76 and 8D. RGB value is (217,118,141). Sum of RGB (Red+Green+Blue) = 217+118+141=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9768D is #268972. Grayscale: #969696. Windows color (decimal): -2525555 or 9271001. OLE color: 9271001.

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

Color convert

RGB 217 118 141 -
CMYK 0 0.46 0.35 0.15
HSL 346.06º 0.57% 0.66% -
HSV(B) 346.06º 0.46% 0.85% -
XYZ 39.9 29.63 28.82 -
YUV 150.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 217 118 141 0 0.46 0.35 0.15 346.06 0.57 0.66
Hex D9 76 8D 0 2E 23 F 15A 39 42
Octal 331 166 215 0 56 43 17 532 71 102
Binary 11011001 1110110 10001101 0 101110 100011 1111 101011010 111001 1000010

Color Harmonies of #D9768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9768D

Black with #D9768D

Text Example


Text Example

White with #D9768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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