#DC8794

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

Shades of Carissma #DC8794

Tints of Carissma #DC8794

Color information

#DC8794 (or 0xDC8794) is unknown color: approx Carissma. HEX triplet: DC, 87 and 94. RGB value is (220,135,148). Sum of RGB (Red+Green+Blue) = 220+135+148=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8794 is #23786B. Grayscale: #A1A1A1. Windows color (decimal): -2324588 or 9734108. OLE color: 9734108.

HSL color Cylindrical-coordinate representation of color #DC8794: hue angle of 350.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8794 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220135148-
CMYK00.390.330.14
HSL350.82º54.84%69.61%-
HSV(B)350.82º38.64%86.27%-
XYZ43.5234.6832.42-
YUV161.9120.16169.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=43.74%
G=26.84%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013514800.390.330.14350.8254.8469.61
HexDC879402721E15f3746
Octal334207224047411653767106
Binary110111001000011110010100010011110000111101010111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8794; }

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

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

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

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

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

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

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

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