#DC849B

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

Shades of Carissma #DC849B

Tints of Carissma #DC849B

Color information

#DC849B (or 0xDC849B) is unknown color: approx Carissma. HEX triplet: DC, 84 and 9B. RGB value is (220,132,155). Sum of RGB (Red+Green+Blue) = 220+132+155=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC849B is #237B64. Grayscale: #A0A0A0. Windows color (decimal): -2325349 or 10192092. OLE color: 10192092.

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

Color convert

RGB220132155-
CMYK00.400.300.14
HSL344.32º55.7%69.02%-
HSV(B)344.32º40%86.27%-
XYZ43.6834.0835.29-
YUV160.93124.65170.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=43.39%
G=26.04%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013215500.400.300.14344.3255.769.02
HexDC849B0281EE1583845
Octal334204233050361653070105
Binary11011100100001001001101101010001111011101010110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC849B; }

 p { color: rgb(220,132,155); }

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

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

 a { background-color: rgb(220,132,155); }

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

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

 span { border-color: rgb(220,132,155); }

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