#DC848D

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

Shades of Carissma #DC848D

Tints of Carissma #DC848D

Color information

#DC848D (or 0xDC848D) is unknown color: approx Carissma. HEX triplet: DC, 84 and 8D. RGB value is (220,132,141). Sum of RGB (Red+Green+Blue) = 220+132+141=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848D is #237B72. Grayscale: #9F9F9F. Windows color (decimal): -2325363 or 9274588. OLE color: 9274588.

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

Color convert

RGB220132141-
CMYK00.400.360.14
HSL353.86º55.7%69.02%-
HSV(B)353.86º40%86.27%-
XYZ42.5733.6429.45-
YUV159.34117.65171.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.62%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=44.62%
G=26.77%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013214100.400.360.14353.8655.769.02
HexDC848D02824E1623845
Octal334204215050441654270105
Binary110111001000010010001101010100010010011101011000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC848D; }

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

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

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

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

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

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

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

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