Html Css Color HEX #DA8296 Carissma

📋 copy color: '#DA8296'

red 218 ◦ green 130 ◦ blue 150

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

Shades of Carissma #DA8296

Tints of Carissma #DA8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.1%

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

R = 43.78%
G = 26.1%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA8296 (or 0xDA8296) is known color: Carissma. HEX triplet: DA, 82 and 96. RGB value is (218,130,150). Sum of RGB (Red+Green+Blue) = 218+130+150=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8296 is #257D69. Grayscale: #9E9E9E. Windows color (decimal): -2456938 or 9863898. OLE color: 9863898.

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

Color convert

RGB 218 130 150 -
CMYK 0 0.40 0.31 0.15
HSL 346.36º 0.54% 0.68% -
HSV(B) 346.36º 0.4% 0.85% -
XYZ 42.4 33.07 33 -
YUV 158.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 218 130 150 0 0.40 0.31 0.15 346.36 0.54 0.68
Hex DA 82 96 0 28 1F F 15A 36 44
Octal 332 202 226 0 50 37 17 532 66 104
Binary 11011010 10000010 10010110 0 101000 11111 1111 101011010 110110 1000100

Color Harmonies of #DA8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8296

Black with #DA8296

Text Example


Text Example

White with #DA8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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