Html Css Color HEX #DA8388 Carissma

📋 copy color: '#DA8388'

red 218 ◦ green 131 ◦ blue 136

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

Shades of Carissma #DA8388

Tints of Carissma #DA8388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

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

R = 44.95%
G = 27.01%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8388 (or 0xDA8388) is known color: Carissma. HEX triplet: DA, 83 and 88. RGB value is (218,131,136). Sum of RGB (Red+Green+Blue) = 218+131+136=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8388 is #257C77. Grayscale: #9D9D9D. Windows color (decimal): -2456696 or 8946650. OLE color: 8946650.

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

Color convert

RGB 218 131 136 -
CMYK 0 0.40 0.38 0.15
HSL 356.55º 0.54% 0.68% -
HSV(B) 356.55º 0.4% 0.85% -
XYZ 41.47 32.92 27.46 -
YUV 157.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 218 131 136 0 0.40 0.38 0.15 356.55 0.54 0.68
Hex DA 83 88 0 28 26 F 165 36 44
Octal 332 203 210 0 50 46 17 545 66 104
Binary 11011010 10000011 10001000 0 101000 100110 1111 101100101 110110 1000100

Color Harmonies of #DA8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8388

Black with #DA8388

Text Example


Text Example

White with #DA8388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8388; }

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

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

background-color css

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

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

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

border-color css

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

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

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