#DC8A94

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

Shades of Carissma #DC8A94

Tints of Carissma #DC8A94

Color information

#DC8A94 (or 0xDC8A94) is unknown color: approx Carissma. HEX triplet: DC, 8A and 94. RGB value is (220,138,148). Sum of RGB (Red+Green+Blue) = 220+138+148=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8A94 is #23756B. Grayscale: #A3A3A3. Windows color (decimal): -2323820 or 9734876. OLE color: 9734876.

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

Color convert

RGB220138148-
CMYK00.370.330.14
HSL352.68º53.95%70.2%-
HSV(B)352.68º37.27%86.27%-
XYZ43.9535.5332.56-
YUV163.66119.17168.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=43.48%
G=27.27%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013814800.370.330.14352.6853.9570.2
HexDC8A9402521E1613646
Octal334212224045411654166106
Binary110111001000101010010100010010110000111101011000011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8A94; }

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

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

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

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

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

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

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

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