Html Css Color HEX #DA8183 Charm

📋 copy color: '#DA8183'

red 218 ◦ green 129 ◦ blue 131

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

Shades of Charm #DA8183

Tints of Charm #DA8183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

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

R = 45.61%
G = 26.99%
B = 27.41%

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

#DA8183 (or 0xDA8183) is known color: Charm. HEX triplet: DA, 81 and 83. RGB value is (218,129,131). Sum of RGB (Red+Green+Blue) = 218+129+131=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8183 is #257E7C. Grayscale: #9B9B9B. Windows color (decimal): -2457213 or 8618458. OLE color: 8618458.

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

Color convert

RGB 218 129 131 -
CMYK 0 0.41 0.40 0.15
HSL 358.65º 0.55% 0.68% -
HSV(B) 358.65º 0.41% 0.85% -
XYZ 40.86 32.24 25.54 -
YUV 155.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 218 129 131 0 0.41 0.40 0.15 358.65 0.55 0.68
Hex DA 81 83 0 29 28 F 167 37 44
Octal 332 201 203 0 51 50 17 547 67 104
Binary 11011010 10000001 10000011 0 101001 101000 1111 101100111 110111 1000100

Color Harmonies of #DA8183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8183

Black with #DA8183

Text Example


Text Example

White with #DA8183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8183; }

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

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

background-color css

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

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

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

border-color css

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

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

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