Html Css Color HEX #D5778B Charm

📋 copy color: '#D5778B'

red 213 ◦ green 119 ◦ blue 139

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

Shades of Charm #D5778B

Tints of Charm #D5778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 45.22%
G = 25.27%
B = 29.51%

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

#D5778B (or 0xD5778B) is known color: Charm. HEX triplet: D5, 77 and 8B. RGB value is (213,119,139). Sum of RGB (Red+Green+Blue) = 213+119+139=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5778B is #2A8874. Grayscale: #959595. Windows color (decimal): -2787445 or 9140181. OLE color: 9140181.

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

Color convert

RGB 213 119 139 -
CMYK 0 0.44 0.35 0.16
HSL 347.23º 0.53% 0.65% -
HSV(B) 347.23º 0.44% 0.84% -
XYZ 38.7 29.2 28.02 -
YUV 149.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 213 119 139 0 0.44 0.35 0.16 347.23 0.53 0.65
Hex D5 77 8B 0 2C 23 10 15B 35 41
Octal 325 167 213 0 54 43 20 533 65 101
Binary 11010101 1110111 10001011 0 101100 100011 10000 101011011 110101 1000001

Color Harmonies of #D5778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5778B

Black with #D5778B

Text Example


Text Example

White with #D5778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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