#DD808F

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

Shades of Carissma #DD808F

Tints of Carissma #DD808F

Color information

#DD808F (or 0xDD808F) is unknown color: approx Carissma. HEX triplet: DD, 80 and 8F. RGB value is (221,128,143). Sum of RGB (Red+Green+Blue) = 221+128+143=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD808F is #227F70. Grayscale: #9D9D9D. Windows color (decimal): -2260849 or 9404637. OLE color: 9404637.

HSL color Cylindrical-coordinate representation of color #DD808F: hue angle of 350.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD808F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221128143-
CMYK00.420.350.13
HSL350.32º57.76%68.43%-
HSV(B)350.32º42.08%86.67%-
XYZ42.532.7930.08-
YUV157.52119.81173.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=44.92%
G=26.02%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112814300.420.350.13350.3257.7668.43
HexDD808F02A23D15e3a44
Octal335200217052431553672104
Binary110111011000000010001111010101010001111011010111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD808F; }

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

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

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

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

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

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

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

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