#DC8898

Color #DC8898 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #DC8898

Tints of Carissma #DC8898

Color information

#DC8898 (or 0xDC8898) is unknown color: approx Carissma. HEX triplet: DC, 88 and 98. RGB value is (220,136,152). Sum of RGB (Red+Green+Blue) = 220+136+152=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8898 is #237767. Grayscale: #A2A2A2. Windows color (decimal): -2324328 or 9996508. OLE color: 9996508.

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

Color convert

RGB220136152-
CMYK00.380.310.14
HSL348.57º54.55%69.8%-
HSV(B)348.57º38.18%86.27%-
XYZ43.9935.0934.16-
YUV162.94121.83168.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=43.31%
G=26.77%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013615200.380.310.14348.5754.5569.8
HexDC88980261FE15d3746
Octal334210230046371653567106
Binary11011100100010001001100001001101111111101010111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8898; }

 p { color: rgb(220,136,152); }

 H1.HeaderClassName
 {
   color: #DC8898;
 }
 .AnyTagClassName
 {
   color: #DC8898;
 }
</style>
background-color css

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

 a { background-color: rgb(220,136,152); }

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

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

 span { border-color: rgb(220,136,152); }

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