Html Css Color HEX #DA8495 Carissma

📋 copy color: '#DA8495'

red 218 ◦ green 132 ◦ blue 149

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

Shades of Carissma #DA8495

Tints of Carissma #DA8495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.86%

R = 43.69%
G = 26.45%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA8495 (or 0xDA8495) is known color: Carissma. HEX triplet: DA, 84 and 95. RGB value is (218,132,149). Sum of RGB (Red+Green+Blue) = 218+132+149=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8495 is #257B6A. Grayscale: #9F9F9F. Windows color (decimal): -2456427 or 9798874. OLE color: 9798874.

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

Color convert

RGB 218 132 149 -
CMYK 0 0.39 0.32 0.15
HSL 348.14º 0.54% 0.69% -
HSV(B) 348.14º 0.39% 0.85% -
XYZ 42.59 33.58 32.67 -
YUV 159.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 218 132 149 0 0.39 0.32 0.15 348.14 0.54 0.69
Hex DA 84 95 0 27 20 F 15C 36 45
Octal 332 204 225 0 47 40 17 534 66 105
Binary 11011010 10000100 10010101 0 100111 100000 1111 101011100 110110 1000101

Color Harmonies of #DA8495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8495

Black with #DA8495

Text Example


Text Example

White with #DA8495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8495; }

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

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

background-color css

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

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

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

border-color css

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

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

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