#DC8594

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

Shades of Carissma #DC8594

Tints of Carissma #DC8594

Color information

#DC8594 (or 0xDC8594) is unknown color: approx Carissma. HEX triplet: DC, 85 and 94. RGB value is (220,133,148). Sum of RGB (Red+Green+Blue) = 220+133+148=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8594 is #237A6B. Grayscale: #A0A0A0. Windows color (decimal): -2325100 or 9733596. OLE color: 9733596.

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

Color convert

RGB220133148-
CMYK00.400.330.14
HSL349.66º55.41%69.22%-
HSV(B)349.66º39.55%86.27%-
XYZ43.2534.1332.33-
YUV160.72120.82170.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=43.91%
G=26.55%
B=29.54%

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
Decimal22013314800.400.330.14349.6655.4169.22
HexDC859402821E15e3745
Octal334205224050411653667105
Binary110111001000010110010100010100010000111101010111101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8594; }

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

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

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

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

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

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

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

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