Html Css Color HEX #DA8196 Carissma

📋 copy color: '#DA8196'

red 218 ◦ green 129 ◦ blue 150

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

Shades of Carissma #DA8196

Tints of Carissma #DA8196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 43.86%
G = 25.96%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA8196 (or 0xDA8196) is known color: Carissma. HEX triplet: DA, 81 and 96. RGB value is (218,129,150). Sum of RGB (Red+Green+Blue) = 218+129+150=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8196 is #257E69. Grayscale: #9E9E9E. Windows color (decimal): -2457194 or 9863642. OLE color: 9863642.

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

Color convert

RGB 218 129 150 -
CMYK 0 0.41 0.31 0.15
HSL 345.84º 0.55% 0.68% -
HSV(B) 345.84º 0.41% 0.85% -
XYZ 42.27 32.81 32.96 -
YUV 158.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 218 129 150 0 0.41 0.31 0.15 345.84 0.55 0.68
Hex DA 81 96 0 29 1F F 15A 37 44
Octal 332 201 226 0 51 37 17 532 67 104
Binary 11011010 10000001 10010110 0 101001 11111 1111 101011010 110111 1000100

Color Harmonies of #DA8196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8196

Black with #DA8196

Text Example


Text Example

White with #DA8196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8196; }

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

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

background-color css

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

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

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

border-color css

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

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

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