Html Css Color HEX #DA8195 Carissma

📋 copy color: '#DA8195'

red 218 ◦ green 129 ◦ blue 149

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

Shades of Carissma #DA8195

Tints of Carissma #DA8195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 43.95%
G = 26.01%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA8195 (or 0xDA8195) is known color: Carissma. HEX triplet: DA, 81 and 95. RGB value is (218,129,149). Sum of RGB (Red+Green+Blue) = 218+129+149=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8195 is #257E6A. Grayscale: #9D9D9D. Windows color (decimal): -2457195 or 9798106. OLE color: 9798106.

HSL color Cylindrical-coordinate representation of color #DA8195: hue angle of 346.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8195 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 149 -
CMYK 0 0.41 0.32 0.15
HSL 346.52º 0.55% 0.68% -
HSV(B) 346.52º 0.41% 0.85% -
XYZ 42.19 32.78 32.54 -
YUV 157.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 218 129 149 0 0.41 0.32 0.15 346.52 0.55 0.68
Hex DA 81 95 0 29 20 F 15B 37 44
Octal 332 201 225 0 51 40 17 533 67 104
Binary 11011010 10000001 10010101 0 101001 100000 1111 101011011 110111 1000100

Color Harmonies of #DA8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8195

Black with #DA8195

Text Example


Text Example

White with #DA8195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8195; }

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

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

background-color css

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

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

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

border-color css

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

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

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