#DD7EA0

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

Shades of Carissma #DD7EA0

Tints of Carissma #DD7EA0

Color information

#DD7EA0 (or 0xDD7EA0) is unknown color: approx Carissma. HEX triplet: DD, 7E and A0. RGB value is (221,126,160). Sum of RGB (Red+Green+Blue) = 221+126+160=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EA0 is #22815F. Grayscale: #9E9E9E. Windows color (decimal): -2261344 or 10518237. OLE color: 10518237.

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

Color convert

RGB221126160-
CMYK00.430.280.13
HSL338.53º58.28%68.04%-
HSV(B)338.53º42.99%86.67%-
XYZ43.6232.8337.3-
YUV158.28128.97172.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 160 (62.89% from 255) = 31.56%
R=43.59%
G=24.85%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112616000.430.280.13338.5358.2868.04
HexDD7EA002B1CD1533a44
Octal335176240053341552372104
Binary1101110111111101010000001010111110011011010100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EA0; }

 p { color: rgb(221,126,160); }

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

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

 a { background-color: rgb(221,126,160); }

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

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

 span { border-color: rgb(221,126,160); }

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