Html Css Color HEX #DA7983 Charm

📋 copy color: '#DA7983'

red 218 ◦ green 121 ◦ blue 131

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

Shades of Charm #DA7983

Tints of Charm #DA7983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.87%

R = 46.38%
G = 25.74%
B = 27.87%

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

#DA7983 (or 0xDA7983) is known color: Charm. HEX triplet: DA, 79 and 83. RGB value is (218,121,131). Sum of RGB (Red+Green+Blue) = 218+121+131=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7983 is #25867C. Grayscale: #979797. Windows color (decimal): -2459261 or 8616410. OLE color: 8616410.

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

Color convert

RGB 218 121 131 -
CMYK 0 0.44 0.40 0.15
HSL 353.81º 0.57% 0.66% -
HSV(B) 353.81º 0.44% 0.85% -
XYZ 39.85 30.22 25.21 -
YUV 151.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 218 121 131 0 0.44 0.40 0.15 353.81 0.57 0.66
Hex DA 79 83 0 2C 28 F 162 39 42
Octal 332 171 203 0 54 50 17 542 71 102
Binary 11011010 1111001 10000011 0 101100 101000 1111 101100010 111001 1000010

Color Harmonies of #DA7983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7983

Black with #DA7983

Text Example


Text Example

White with #DA7983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7983; }

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

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

background-color css

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

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

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

border-color css

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

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

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