#DD848F

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

Shades of Carissma #DD848F

Tints of Carissma #DD848F

Color information

#DD848F (or 0xDD848F) is unknown color: approx Carissma. HEX triplet: DD, 84 and 8F. RGB value is (221,132,143). Sum of RGB (Red+Green+Blue) = 221+132+143=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD848F is #227B70. Grayscale: #9F9F9F. Windows color (decimal): -2259825 or 9405661. OLE color: 9405661.

HSL color Cylindrical-coordinate representation of color #DD848F: hue angle of 352.58º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD848F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221132143-
CMYK00.400.350.13
HSL352.58º56.69%69.22%-
HSV(B)352.58º40.27%86.67%-
XYZ43.0333.8630.25-
YUV159.86118.49171.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=44.56%
G=26.61%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113214300.400.350.13352.5856.6969.22
HexDD848F02823D1613945
Octal335204217050431554171105
Binary110111011000010010001111010100010001111011011000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD848F; }

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

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

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

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

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

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

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

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