Html Css Color HEX #DA8788 Carissma

📋 copy color: '#DA8788'

red 218 ◦ green 135 ◦ blue 136

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

Shades of Carissma #DA8788

Tints of Carissma #DA8788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 44.58%
G = 27.61%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8788 (or 0xDA8788) is known color: Carissma. HEX triplet: DA, 87 and 88. RGB value is (218,135,136). Sum of RGB (Red+Green+Blue) = 218+135+136=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8788 is #257877. Grayscale: #A0A0A0. Windows color (decimal): -2455672 or 8947674. OLE color: 8947674.

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

Color convert

RGB 218 135 136 -
CMYK 0 0.38 0.38 0.15
HSL 359.28º 0.53% 0.69% -
HSV(B) 359.28º 0.38% 0.85% -
XYZ 42.02 34.01 27.64 -
YUV 159.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 218 135 136 0 0.38 0.38 0.15 359.28 0.53 0.69
Hex DA 87 88 0 26 26 F 167 35 45
Octal 332 207 210 0 46 46 17 547 65 105
Binary 11011010 10000111 10001000 0 100110 100110 1111 101100111 110101 1000101

Color Harmonies of #DA8788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8788

Black with #DA8788

Text Example


Text Example

White with #DA8788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8788; }

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

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

background-color css

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

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

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

border-color css

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

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

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