Html Css Color HEX #D1768C Charm

📋 copy color: '#D1768C'

red 209 ◦ green 118 ◦ blue 140

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

Shades of Charm #D1768C

Tints of Charm #D1768C

RGB

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

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

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

R = 44.75%
G = 25.27%
B = 29.98%

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

#D1768C (or 0xD1768C) is known color: Charm. HEX triplet: D1, 76 and 8C. RGB value is (209,118,140). Sum of RGB (Red+Green+Blue) = 209+118+140=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1768C is #2E8973. Grayscale: #939393. Windows color (decimal): -3049844 or 9205457. OLE color: 9205457.

HSL color Cylindrical-coordinate representation of color #D1768C: hue angle of 345.49º 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 #D1768C is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 118 140 -
CMYK 0 0.44 0.33 0.18
HSL 345.49º 0.5% 0.64% -
HSV(B) 345.49º 0.44% 0.82% -
XYZ 37.51 28.41 28.32 -
YUV 147.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 209 118 140 0 0.44 0.33 0.18 345.49 0.5 0.64
Hex D1 76 8C 0 2C 21 12 159 32 40
Octal 321 166 214 0 54 41 22 531 62 100
Binary 11010001 1110110 10001100 0 101100 100001 10010 101011001 110010 1000000

Color Harmonies of #D1768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1768C

Black with #D1768C

Text Example


Text Example

White with #D1768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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