Html Css Color HEX #D1768D Charm

📋 copy color: '#D1768D'

red 209 ◦ green 118 ◦ blue 141

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

Shades of Charm #D1768D

Tints of Charm #D1768D

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

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

R = 44.66%
G = 25.21%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1768D (or 0xD1768D) is known color: Charm. HEX triplet: D1, 76 and 8D. RGB value is (209,118,141). Sum of RGB (Red+Green+Blue) = 209+118+141=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1768D is #2E8972. Grayscale: #939393. Windows color (decimal): -3049843 or 9270993. OLE color: 9270993.

HSL color Cylindrical-coordinate representation of color #D1768D: hue angle of 344.84º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1768D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 141 -
CMYK 0 0.44 0.33 0.18
HSL 344.84º 0.5% 0.64% -
HSV(B) 344.84º 0.44% 0.82% -
XYZ 37.58 28.44 28.71 -
YUV 147.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 209 118 141 0 0.44 0.33 0.18 344.84 0.5 0.64
Hex D1 76 8D 0 2C 21 12 159 32 40
Octal 321 166 215 0 54 41 22 531 62 100
Binary 11010001 1110110 10001101 0 101100 100001 10010 101011001 110010 1000000

Color Harmonies of #D1768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1768D

Black with #D1768D

Text Example


Text Example

White with #D1768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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