#DC8098

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

Shades of Carissma #DC8098

Tints of Carissma #DC8098

Color information

#DC8098 (or 0xDC8098) is unknown color: approx Carissma. HEX triplet: DC, 80 and 98. RGB value is (220,128,152). Sum of RGB (Red+Green+Blue) = 220+128+152=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8098 is #237F67. Grayscale: #9E9E9E. Windows color (decimal): -2326376 or 9994460. OLE color: 9994460.

HSL color Cylindrical-coordinate representation of color #DC8098: hue angle of 344.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8098 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220128152-
CMYK00.420.310.14
HSL344.35º56.79%68.24%-
HSV(B)344.35º41.82%86.27%-
XYZ42.932.9233.8-
YUV158.24124.48172.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=44%
G=25.6%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012815200.420.310.14344.3556.7968.24
HexDC809802A1FE1583944
Octal334200230052371653071104
Binary11011100100000001001100001010101111111101010110001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8098; }

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

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

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

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

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

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

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

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