Html Css Color HEX #DA8395 Carissma

📋 copy color: '#DA8395'

red 218 ◦ green 131 ◦ blue 149

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

Shades of Carissma #DA8395

Tints of Carissma #DA8395

RGB

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

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

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

R = 43.78%
G = 26.31%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA8395 (or 0xDA8395) is known color: Carissma. HEX triplet: DA, 83 and 95. RGB value is (218,131,149). Sum of RGB (Red+Green+Blue) = 218+131+149=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8395 is #257C6A. Grayscale: #9F9F9F. Windows color (decimal): -2456683 or 9798618. OLE color: 9798618.

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

Color convert

RGB 218 131 149 -
CMYK 0 0.40 0.32 0.15
HSL 347.59º 0.54% 0.68% -
HSV(B) 347.59º 0.4% 0.85% -
XYZ 42.45 33.31 32.63 -
YUV 159.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 218 131 149 0 0.40 0.32 0.15 347.59 0.54 0.68
Hex DA 83 95 0 28 20 F 15C 36 44
Octal 332 203 225 0 50 40 17 534 66 104
Binary 11011010 10000011 10010101 0 101000 100000 1111 101011100 110110 1000100

Color Harmonies of #DA8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8395

Black with #DA8395

Text Example


Text Example

White with #DA8395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8395; }

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

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

background-color css

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

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

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

border-color css

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

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

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