Html Css Color HEX #DA7E87 Charm

📋 copy color: '#DA7E87'

red 218 ◦ green 126 ◦ blue 135

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

Shades of Charm #DA7E87

Tints of Charm #DA7E87

RGB

 RED value IS 218 (85.55% from 255) = 45.51%

 GREEN value IS 126 (49.61% from 255) = 26.3%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 45.51%
G = 26.3%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA7E87 (or 0xDA7E87) is known color: Charm. HEX triplet: DA, 7E and 87. RGB value is (218,126,135). Sum of RGB (Red+Green+Blue) = 218+126+135=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E87 is #258178. Grayscale: #9A9A9A. Windows color (decimal): -2457977 or 8879834. OLE color: 8879834.

HSL color Cylindrical-coordinate representation of color #DA7E87: hue angle of 354.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7E87 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 135 -
CMYK 0 0.42 0.38 0.15
HSL 354.13º 0.55% 0.67% -
HSV(B) 354.13º 0.42% 0.85% -
XYZ 40.75 31.58 26.87 -
YUV 154.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 218 126 135 0 0.42 0.38 0.15 354.13 0.55 0.67
Hex DA 7E 87 0 2A 26 F 162 37 43
Octal 332 176 207 0 52 46 17 542 67 103
Binary 11011010 1111110 10000111 0 101010 100110 1111 101100010 110111 1000011

Color Harmonies of #DA7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E87

Black with #DA7E87

Text Example


Text Example

White with #DA7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E87; }

 p { color: rgb(218,126,135); }

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

background-color css

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

 a { background-color: rgb(218,126,135); }

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

border-color css

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

 span { border-color: rgb(218,126,135); }

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