Html Css Color HEX #DA7D84 Charm

📋 copy color: '#DA7D84'

red 218 ◦ green 125 ◦ blue 132

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

Shades of Charm #DA7D84

Tints of Charm #DA7D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 45.89%
G = 26.32%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA7D84 (or 0xDA7D84) is known color: Charm. HEX triplet: DA, 7D and 84. RGB value is (218,125,132). Sum of RGB (Red+Green+Blue) = 218+125+132=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7D84 is #25827B. Grayscale: #999999. Windows color (decimal): -2458236 or 8682970. OLE color: 8682970.

HSL color Cylindrical-coordinate representation of color #DA7D84: hue angle of 355.48º 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 #DA7D84 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 125 132 -
CMYK 0 0.43 0.39 0.15
HSL 355.48º 0.56% 0.67% -
HSV(B) 355.48º 0.43% 0.85% -
XYZ 40.41 31.24 25.73 -
YUV 153.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 218 125 132 0 0.43 0.39 0.15 355.48 0.56 0.67
Hex DA 7D 84 0 2B 27 F 163 38 43
Octal 332 175 204 0 53 47 17 543 70 103
Binary 11011010 1111101 10000100 0 101011 100111 1111 101100011 111000 1000011

Color Harmonies of #DA7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D84

Black with #DA7D84

Text Example


Text Example

White with #DA7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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