Html Css Color HEX #DC8991 Carissma

📋 copy color: '#DC8991'

red 220 ◦ green 137 ◦ blue 145

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

Shades of Carissma #DC8991

Tints of Carissma #DC8991

RGB

 RED value IS 220 (86.33% from 255) = 43.82%

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

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 43.82%
G = 27.29%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC8991 (or 0xDC8991) is known color: Carissma. HEX triplet: DC, 89 and 91. RGB value is (220,137,145). Sum of RGB (Red+Green+Blue) = 220+137+145=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8991 is #23766E. Grayscale: #A2A2A2. Windows color (decimal): -2324079 or 9538012. OLE color: 9538012.

HSL color Cylindrical-coordinate representation of color #DC8991: hue angle of 354.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8991 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 145 -
CMYK 0 0.38 0.34 0.14
HSL 354.22º 0.54% 0.7% -
HSV(B) 354.22º 0.38% 0.86% -
XYZ 43.57 35.15 31.28 -
YUV 162.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 220 137 145 0 0.38 0.34 0.14 354.22 0.54 0.7
Hex DC 89 91 0 26 22 E 162 36 46
Octal 334 211 221 0 46 42 16 542 66 106
Binary 11011100 10001001 10010001 0 100110 100010 1110 101100010 110110 1000110

Color Harmonies of #DC8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8991

Black with #DC8991

Text Example


Text Example

White with #DC8991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8991; }

 p { color: rgb(220,137,145); }

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

background-color css

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

 a { background-color: rgb(220,137,145); }

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

border-color css

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

 span { border-color: rgb(220,137,145); }

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