Html Css Color HEX #D5768D Charm

📋 copy color: '#D5768D'

red 213 ◦ green 118 ◦ blue 141

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

Shades of Charm #D5768D

Tints of Charm #D5768D

RGB

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

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

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

R = 45.13%
G = 25%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5768D (or 0xD5768D) is known color: Charm. HEX triplet: D5, 76 and 8D. RGB value is (213,118,141). Sum of RGB (Red+Green+Blue) = 213+118+141=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5768D is #2A8972. Grayscale: #959595. Windows color (decimal): -2787699 or 9270997. OLE color: 9270997.

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

Color convert

RGB 213 118 141 -
CMYK 0 0.45 0.34 0.16
HSL 345.47º 0.53% 0.65% -
HSV(B) 345.47º 0.45% 0.84% -
XYZ 38.73 29.03 28.76 -
YUV 149.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 213 118 141 0 0.45 0.34 0.16 345.47 0.53 0.65
Hex D5 76 8D 0 2D 22 10 159 35 41
Octal 325 166 215 0 55 42 20 531 65 101
Binary 11010101 1110110 10001101 0 101101 100010 10000 101011001 110101 1000001

Color Harmonies of #D5768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5768D

Black with #D5768D

Text Example


Text Example

White with #D5768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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