Html Css Color HEX #DA8087 Carissma

📋 copy color: '#DA8087'

red 218 ◦ green 128 ◦ blue 135

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

Shades of Carissma #DA8087

Tints of Carissma #DA8087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.07%

R = 45.32%
G = 26.61%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8087 (or 0xDA8087) is known color: Carissma. HEX triplet: DA, 80 and 87. RGB value is (218,128,135). Sum of RGB (Red+Green+Blue) = 218+128+135=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8087 is #257F78. Grayscale: #9B9B9B. Windows color (decimal): -2457465 or 8880346. OLE color: 8880346.

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

Color convert

RGB 218 128 135 -
CMYK 0 0.41 0.38 0.15
HSL 355.33º 0.55% 0.68% -
HSV(B) 355.33º 0.41% 0.85% -
XYZ 41.01 32.09 26.96 -
YUV 155.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 218 128 135 0 0.41 0.38 0.15 355.33 0.55 0.68
Hex DA 80 87 0 29 26 F 163 37 44
Octal 332 200 207 0 51 46 17 543 67 104
Binary 11011010 10000000 10000111 0 101001 100110 1111 101100011 110111 1000100

Color Harmonies of #DA8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8087

Black with #DA8087

Text Example


Text Example

White with #DA8087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8087; }

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

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

background-color css

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

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

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

border-color css

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

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

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