Html Css Color HEX #DC8997 Carissma

📋 copy color: '#DC8997'

red 220 ◦ green 137 ◦ blue 151

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

Shades of Carissma #DC8997

Tints of Carissma #DC8997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.72%

R = 43.31%
G = 26.97%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC8997 (or 0xDC8997) is known color: Carissma. HEX triplet: DC, 89 and 97. RGB value is (220,137,151). Sum of RGB (Red+Green+Blue) = 220+137+151=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8997 is #237668. Grayscale: #A3A3A3. Windows color (decimal): -2324073 or 9931228. OLE color: 9931228.

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

Color convert

RGB 220 137 151 -
CMYK 0 0.38 0.31 0.14
HSL 349.88º 0.54% 0.7% -
HSV(B) 349.88º 0.38% 0.86% -
XYZ 44.05 35.34 33.78 -
YUV 163.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 220 137 151 0 0.38 0.31 0.14 349.88 0.54 0.7
Hex DC 89 97 0 26 1F E 15E 36 46
Octal 334 211 227 0 46 37 16 536 66 106
Binary 11011100 10001001 10010111 0 100110 11111 1110 101011110 110110 1000110

Color Harmonies of #DC8997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8997

Black with #DC8997

Text Example


Text Example

White with #DC8997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8997; }

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

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

background-color css

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

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

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

border-color css

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

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

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