Html Css Color HEX #D5768A Charm

📋 copy color: '#D5768A'

red 213 ◦ green 118 ◦ blue 138

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

Shades of Charm #D5768A

Tints of Charm #D5768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 45.42%
G = 25.16%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5768A (or 0xD5768A) is known color: Charm. HEX triplet: D5, 76 and 8A. RGB value is (213,118,138). Sum of RGB (Red+Green+Blue) = 213+118+138=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5768A is #2A8975. Grayscale: #949494. Windows color (decimal): -2787702 or 9074389. OLE color: 9074389.

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

Color convert

RGB 213 118 138 -
CMYK 0 0.45 0.35 0.16
HSL 347.37º 0.53% 0.65% -
HSV(B) 347.37º 0.45% 0.84% -
XYZ 38.51 28.94 27.6 -
YUV 148.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 213 118 138 0 0.45 0.35 0.16 347.37 0.53 0.65
Hex D5 76 8A 0 2D 23 10 15B 35 41
Octal 325 166 212 0 55 43 20 533 65 101
Binary 11010101 1110110 10001010 0 101101 100011 10000 101011011 110101 1000001

Color Harmonies of #D5768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5768A

Black with #D5768A

Text Example


Text Example

White with #D5768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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