Html Css Color HEX #D5778A Charm

📋 copy color: '#D5778A'

red 213 ◦ green 119 ◦ blue 138

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

Shades of Charm #D5778A

Tints of Charm #D5778A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.32%

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

R = 45.32%
G = 25.32%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5778A (or 0xD5778A) is known color: Charm. HEX triplet: D5, 77 and 8A. RGB value is (213,119,138). Sum of RGB (Red+Green+Blue) = 213+119+138=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5778A is #2A8875. Grayscale: #959595. Windows color (decimal): -2787446 or 9074645. OLE color: 9074645.

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

Color convert

RGB 213 119 138 -
CMYK 0 0.44 0.35 0.16
HSL 347.87º 0.53% 0.65% -
HSV(B) 347.87º 0.44% 0.84% -
XYZ 38.62 29.17 27.64 -
YUV 149.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 213 119 138 0 0.44 0.35 0.16 347.87 0.53 0.65
Hex D5 77 8A 0 2C 23 10 15C 35 41
Octal 325 167 212 0 54 43 20 534 65 101
Binary 11010101 1110111 10001010 0 101100 100011 10000 101011100 110101 1000001

Color Harmonies of #D5778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5778A

Black with #D5778A

Text Example


Text Example

White with #D5778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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