Html Css Color HEX #DA7D87 Charm

📋 copy color: '#DA7D87'

red 218 ◦ green 125 ◦ blue 135

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

Shades of Charm #DA7D87

Tints of Charm #DA7D87

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.15%

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

R = 45.61%
G = 26.15%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA7D87 (or 0xDA7D87) is known color: Charm. HEX triplet: DA, 7D and 87. RGB value is (218,125,135). Sum of RGB (Red+Green+Blue) = 218+125+135=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D87 is #258278. Grayscale: #999999. Windows color (decimal): -2458233 or 8879578. OLE color: 8879578.

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

Color convert

RGB 218 125 135 -
CMYK 0 0.43 0.38 0.15
HSL 353.55º 0.56% 0.67% -
HSV(B) 353.55º 0.43% 0.85% -
XYZ 40.62 31.32 26.83 -
YUV 153.95 117.31 173.69 -
System Red Green Blue C M Y K H S L
Decimal 218 125 135 0 0.43 0.38 0.15 353.55 0.56 0.67
Hex DA 7D 87 0 2B 26 F 162 38 43
Octal 332 175 207 0 53 46 17 542 70 103
Binary 11011010 1111101 10000111 0 101011 100110 1111 101100010 111000 1000011

Color Harmonies of #DA7D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D87

Black with #DA7D87

Text Example


Text Example

White with #DA7D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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