Html Css Color HEX #DA7E83 Charm

📋 copy color: '#DA7E83'

red 218 ◦ green 126 ◦ blue 131

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

Shades of Charm #DA7E83

Tints of Charm #DA7E83

RGB

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

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

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

R = 45.89%
G = 26.53%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA7E83 (or 0xDA7E83) is known color: Charm. HEX triplet: DA, 7E and 83. RGB value is (218,126,131). Sum of RGB (Red+Green+Blue) = 218+126+131=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7E83 is #25817C. Grayscale: #9A9A9A. Windows color (decimal): -2457981 or 8617690. OLE color: 8617690.

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

Color convert

RGB 218 126 131 -
CMYK 0 0.42 0.40 0.15
HSL 356.74º 0.55% 0.67% -
HSV(B) 356.74º 0.42% 0.85% -
XYZ 40.47 31.47 25.41 -
YUV 154.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 218 126 131 0 0.42 0.40 0.15 356.74 0.55 0.67
Hex DA 7E 83 0 2A 28 F 165 37 43
Octal 332 176 203 0 52 50 17 545 67 103
Binary 11011010 1111110 10000011 0 101010 101000 1111 101100101 110111 1000011

Color Harmonies of #DA7E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E83

Black with #DA7E83

Text Example


Text Example

White with #DA7E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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