Html Css Color HEX #DA8595 Carissma

📋 copy color: '#DA8595'

red 218 ◦ green 133 ◦ blue 149

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

Shades of Carissma #DA8595

Tints of Carissma #DA8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.6%

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

R = 43.6%
G = 26.6%
B = 29.8%

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

#DA8595 (or 0xDA8595) is known color: Carissma. HEX triplet: DA, 85 and 95. RGB value is (218,133,149). Sum of RGB (Red+Green+Blue) = 218+133+149=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8595 is #257A6A. Grayscale: #A0A0A0. Windows color (decimal): -2456171 or 9799130. OLE color: 9799130.

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

Color convert

RGB 218 133 149 -
CMYK 0 0.39 0.32 0.15
HSL 348.71º 0.53% 0.69% -
HSV(B) 348.71º 0.39% 0.85% -
XYZ 42.73 33.85 32.72 -
YUV 160.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 218 133 149 0 0.39 0.32 0.15 348.71 0.53 0.69
Hex DA 85 95 0 27 20 F 15D 35 45
Octal 332 205 225 0 47 40 17 535 65 105
Binary 11011010 10000101 10010101 0 100111 100000 1111 101011101 110101 1000101

Color Harmonies of #DA8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8595

Black with #DA8595

Text Example


Text Example

White with #DA8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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