Html Css Color HEX #DA8992 Carissma

📋 copy color: '#DA8992'

red 218 ◦ green 137 ◦ blue 146

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

Shades of Carissma #DA8992

Tints of Carissma #DA8992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.35%

 BLUE value IS 146 (57.42% from 255) = 29.14%

R = 43.51%
G = 27.35%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA8992 (or 0xDA8992) is known color: Carissma. HEX triplet: DA, 89 and 92. RGB value is (218,137,146). Sum of RGB (Red+Green+Blue) = 218+137+146=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8992 is #25766D. Grayscale: #A2A2A2. Windows color (decimal): -2455150 or 9603546. OLE color: 9603546.

HSL color Cylindrical-coordinate representation of color #DA8992: hue angle of 353.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8992 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 137 146 -
CMYK 0 0.37 0.33 0.15
HSL 353.33º 0.52% 0.7% -
HSV(B) 353.33º 0.37% 0.85% -
XYZ 43.05 34.87 31.66 -
YUV 162.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 218 137 146 0 0.37 0.33 0.15 353.33 0.52 0.7
Hex DA 89 92 0 25 21 F 161 34 46
Octal 332 211 222 0 45 41 17 541 64 106
Binary 11011010 10001001 10010010 0 100101 100001 1111 101100001 110100 1000110

Color Harmonies of #DA8992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8992

Black with #DA8992

Text Example


Text Example

White with #DA8992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8992; }

 p { color: rgb(218,137,146); }

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

background-color css

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

 a { background-color: rgb(218,137,146); }

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

border-color css

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

 span { border-color: rgb(218,137,146); }

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