Html Css Color HEX #DA8586 Carissma

📋 copy color: '#DA8586'

red 218 ◦ green 133 ◦ blue 134

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

Shades of Carissma #DA8586

Tints of Carissma #DA8586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 44.95%
G = 27.42%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA8586 (or 0xDA8586) is known color: Carissma. HEX triplet: DA, 85 and 86. RGB value is (218,133,134). Sum of RGB (Red+Green+Blue) = 218+133+134=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8586 is #257A79. Grayscale: #9E9E9E. Windows color (decimal): -2456186 or 8816090. OLE color: 8816090.

HSL color Cylindrical-coordinate representation of color #DA8586: hue angle of 359.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8586 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 133 134 -
CMYK 0 0.39 0.39 0.15
HSL 359.29º 0.53% 0.69% -
HSV(B) 359.29º 0.39% 0.85% -
XYZ 41.6 33.4 26.81 -
YUV 158.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 218 133 134 0 0.39 0.39 0.15 359.29 0.53 0.69
Hex DA 85 86 0 27 27 F 167 35 45
Octal 332 205 206 0 47 47 17 547 65 105
Binary 11011010 10000101 10000110 0 100111 100111 1111 101100111 110101 1000101

Color Harmonies of #DA8586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8586

Black with #DA8586

Text Example


Text Example

White with #DA8586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8586; }

 p { color: rgb(218,133,134); }

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

background-color css

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

 a { background-color: rgb(218,133,134); }

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

border-color css

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

 span { border-color: rgb(218,133,134); }

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