#DC8398

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

Shades of Carissma #DC8398

Tints of Carissma #DC8398

Color information

#DC8398 (or 0xDC8398) is unknown color: approx Carissma. HEX triplet: DC, 83 and 98. RGB value is (220,131,152). Sum of RGB (Red+Green+Blue) = 220+131+152=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8398 is #237C67. Grayscale: #A0A0A0. Windows color (decimal): -2325608 or 9995228. OLE color: 9995228.

HSL color Cylindrical-coordinate representation of color #DC8398: hue angle of 345.84º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8398 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220131152-
CMYK00.400.310.14
HSL345.84º55.97%68.82%-
HSV(B)345.84º40.45%86.27%-
XYZ43.333.7233.93-
YUV160123.49170.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=43.74%
G=26.04%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013115200.400.310.14345.8455.9768.82
HexDC83980281FE15a3845
Octal334203230050371653270105
Binary11011100100000111001100001010001111111101010110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8398; }

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

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

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

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

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

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

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

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