Html Css Color HEX #DA7982 Charm

📋 copy color: '#DA7982'

red 218 ◦ green 121 ◦ blue 130

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

Shades of Charm #DA7982

Tints of Charm #DA7982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.8%

 BLUE value IS 130 (51.17% from 255) = 27.72%

R = 46.48%
G = 25.8%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA7982 (or 0xDA7982) is known color: Charm. HEX triplet: DA, 79 and 82. RGB value is (218,121,130). Sum of RGB (Red+Green+Blue) = 218+121+130=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7982 is #25867D. Grayscale: #979797. Windows color (decimal): -2459262 or 8550874. OLE color: 8550874.

HSL color Cylindrical-coordinate representation of color #DA7982: hue angle of 354.43º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7982 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 121 130 -
CMYK 0 0.44 0.40 0.15
HSL 354.43º 0.57% 0.66% -
HSV(B) 354.43º 0.44% 0.85% -
XYZ 39.78 30.19 24.85 -
YUV 151.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 218 121 130 0 0.44 0.40 0.15 354.43 0.57 0.66
Hex DA 79 82 0 2C 28 F 162 39 42
Octal 332 171 202 0 54 50 17 542 71 102
Binary 11011010 1111001 10000010 0 101100 101000 1111 101100010 111001 1000010

Color Harmonies of #DA7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7982

Black with #DA7982

Text Example


Text Example

White with #DA7982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7982; }

 p { color: rgb(218,121,130); }

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

background-color css

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

 a { background-color: rgb(218,121,130); }

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

border-color css

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

 span { border-color: rgb(218,121,130); }

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