Html Css Color HEX #DA8488 Carissma

📋 copy color: '#DA8488'

red 218 ◦ green 132 ◦ blue 136

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

Shades of Carissma #DA8488

Tints of Carissma #DA8488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.16%

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

R = 44.86%
G = 27.16%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA8488 (or 0xDA8488) is known color: Carissma. HEX triplet: DA, 84 and 88. RGB value is (218,132,136). Sum of RGB (Red+Green+Blue) = 218+132+136=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8488 is #257B77. Grayscale: #9E9E9E. Windows color (decimal): -2456440 or 8946906. OLE color: 8946906.

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

Color convert

RGB 218 132 136 -
CMYK 0 0.39 0.38 0.15
HSL 357.21º 0.54% 0.69% -
HSV(B) 357.21º 0.39% 0.85% -
XYZ 41.61 33.19 27.5 -
YUV 158.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 218 132 136 0 0.39 0.38 0.15 357.21 0.54 0.69
Hex DA 84 88 0 27 26 F 165 36 45
Octal 332 204 210 0 47 46 17 545 66 105
Binary 11011010 10000100 10001000 0 100111 100110 1111 101100101 110110 1000101

Color Harmonies of #DA8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8488

Black with #DA8488

Text Example


Text Example

White with #DA8488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8488; }

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

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

background-color css

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

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

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

border-color css

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

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

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