#DC8394

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

Shades of Carissma #DC8394

Tints of Carissma #DC8394

Color information

#DC8394 (or 0xDC8394) is unknown color: approx Carissma. HEX triplet: DC, 83 and 94. RGB value is (220,131,148). Sum of RGB (Red+Green+Blue) = 220+131+148=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8394 is #237C6B. Grayscale: #9F9F9F. Windows color (decimal): -2325612 or 9733084. OLE color: 9733084.

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

Color convert

RGB220131148-
CMYK00.400.330.14
HSL348.54º55.97%68.82%-
HSV(B)348.54º40.45%86.27%-
XYZ42.9833.5932.23-
YUV159.55121.49171.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=44.09%
G=26.25%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013114800.400.330.14348.5455.9768.82
HexDC839402821E15d3845
Octal334203224050411653570105
Binary110111001000001110010100010100010000111101010111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8394; }

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

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

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

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

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

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

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

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