Html Css Color HEX #D5788D Charm

📋 copy color: '#D5788D'

red 213 ◦ green 120 ◦ blue 141

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

Shades of Charm #D5788D

Tints of Charm #D5788D

RGB

 RED value IS 213 (83.59% from 255) = 44.94%

 GREEN value IS 120 (47.27% from 255) = 25.32%

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

R = 44.94%
G = 25.32%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5788D (or 0xD5788D) is known color: Charm. HEX triplet: D5, 78 and 8D. RGB value is (213,120,141). Sum of RGB (Red+Green+Blue) = 213+120+141=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5788D is #2A8772. Grayscale: #969696. Windows color (decimal): -2787187 or 9271509. OLE color: 9271509.

HSL color Cylindrical-coordinate representation of color #D5788D: hue angle of 346.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5788D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 120 141 -
CMYK 0 0.44 0.34 0.16
HSL 346.45º 0.53% 0.65% -
HSV(B) 346.45º 0.44% 0.84% -
XYZ 38.96 29.5 28.84 -
YUV 150.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 213 120 141 0 0.44 0.34 0.16 346.45 0.53 0.65
Hex D5 78 8D 0 2C 22 10 15A 35 41
Octal 325 170 215 0 54 42 20 532 65 101
Binary 11010101 1111000 10001101 0 101100 100010 10000 101011010 110101 1000001

Color Harmonies of #D5788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5788D

Black with #D5788D

Text Example


Text Example

White with #D5788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5788D; }

 p { color: rgb(213,120,141); }

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

background-color css

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

 a { background-color: rgb(213,120,141); }

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

border-color css

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

 span { border-color: rgb(213,120,141); }

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