#DD8A8F

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

Shades of Carissma #DD8A8F

Tints of Carissma #DD8A8F

Color information

#DD8A8F (or 0xDD8A8F) is unknown color: approx Carissma. HEX triplet: DD, 8A and 8F. RGB value is (221,138,143). Sum of RGB (Red+Green+Blue) = 221+138+143=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8A8F is #227570. Grayscale: #A3A3A3. Windows color (decimal): -2258289 or 9407197. OLE color: 9407197.

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

Color convert

RGB221138143-
CMYK00.380.350.13
HSL356.39º54.97%70.39%-
HSV(B)356.39º37.56%86.67%-
XYZ43.8735.5330.53-
YUV163.39116.5169.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=44.02%
G=27.49%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113814300.380.350.13356.3954.9770.39
HexDD8A8F02623D1643746
Octal335212217046431554467106
Binary110111011000101010001111010011010001111011011001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A8F; }

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

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

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

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

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

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

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

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