Html Css Color HEX #DA8083 Charm

📋 copy color: '#DA8083'

red 218 ◦ green 128 ◦ blue 131

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

Shades of Charm #DA8083

Tints of Charm #DA8083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

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

R = 45.7%
G = 26.83%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA8083 (or 0xDA8083) is known color: Charm. HEX triplet: DA, 80 and 83. RGB value is (218,128,131). Sum of RGB (Red+Green+Blue) = 218+128+131=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8083 is #257F7C. Grayscale: #9B9B9B. Windows color (decimal): -2457469 or 8618202. OLE color: 8618202.

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

Color convert

RGB 218 128 131 -
CMYK 0 0.41 0.40 0.15
HSL 358º 0.55% 0.68% -
HSV(B) 358º 0.41% 0.85% -
XYZ 40.73 31.98 25.5 -
YUV 155.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 218 128 131 0 0.41 0.40 0.15 358 0.55 0.68
Hex DA 80 83 0 29 28 F 166 37 44
Octal 332 200 203 0 51 50 17 546 67 104
Binary 11011010 10000000 10000011 0 101001 101000 1111 101100110 110111 1000100

Color Harmonies of #DA8083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8083

Black with #DA8083

Text Example


Text Example

White with #DA8083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8083; }

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

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

background-color css

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

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

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

border-color css

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

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

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