#DC848F

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

Shades of Carissma #DC848F

Tints of Carissma #DC848F

Color information

#DC848F (or 0xDC848F) is unknown color: approx Carissma. HEX triplet: DC, 84 and 8F. RGB value is (220,132,143). Sum of RGB (Red+Green+Blue) = 220+132+143=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC848F is #237B70. Grayscale: #9F9F9F. Windows color (decimal): -2325361 or 9405660. OLE color: 9405660.

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

Color convert

RGB220132143-
CMYK00.400.350.14
HSL352.5º55.7%69.02%-
HSV(B)352.5º40%86.27%-
XYZ42.7233.730.24-
YUV159.57118.65171.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=44.44%
G=26.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013214300.400.350.14352.555.769.02
HexDC848F02823E1603845
Octal334204217050431654070105
Binary110111001000010010001111010100010001111101011000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC848F; }

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

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

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

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

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

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

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

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