Html Css Color HEX #DA8089 Carissma

📋 copy color: '#DA8089'

red 218 ◦ green 128 ◦ blue 137

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

Shades of Carissma #DA8089

Tints of Carissma #DA8089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 45.13%
G = 26.5%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA8089 (or 0xDA8089) is known color: Carissma. HEX triplet: DA, 80 and 89. RGB value is (218,128,137). Sum of RGB (Red+Green+Blue) = 218+128+137=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8089 is #257F76. Grayscale: #9B9B9B. Windows color (decimal): -2457463 or 9011418. OLE color: 9011418.

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

Color convert

RGB 218 128 137 -
CMYK 0 0.41 0.37 0.15
HSL 354º 0.55% 0.68% -
HSV(B) 354º 0.41% 0.85% -
XYZ 41.15 32.15 27.7 -
YUV 155.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 218 128 137 0 0.41 0.37 0.15 354 0.55 0.68
Hex DA 80 89 0 29 25 F 162 37 44
Octal 332 200 211 0 51 45 17 542 67 104
Binary 11011010 10000000 10001001 0 101001 100101 1111 101100010 110111 1000100

Color Harmonies of #DA8089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8089

Black with #DA8089

Text Example


Text Example

White with #DA8089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8089; }

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

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

background-color css

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

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

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

border-color css

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

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

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