#DD7FA1

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

Shades of Carissma #DD7FA1

Tints of Carissma #DD7FA1

Color information

#DD7FA1 (or 0xDD7FA1) is unknown color: approx Carissma. HEX triplet: DD, 7F and A1. RGB value is (221,127,161). Sum of RGB (Red+Green+Blue) = 221+127+161=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FA1 is #22805E. Grayscale: #9E9E9E. Windows color (decimal): -2261087 or 10584029. OLE color: 10584029.

HSL color Cylindrical-coordinate representation of color #DD7FA1: hue angle of 338.3º 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 #DD7FA1 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221127161-
CMYK00.430.270.13
HSL338.3º58.02%68.24%-
HSV(B)338.3º42.53%86.67%-
XYZ43.8433.1237.8-
YUV158.98129.14172.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=43.42%
G=24.95%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112716100.430.270.13338.358.0268.24
HexDD7FA102B1BD1523a44
Octal335177241053331552272104
Binary1101110111111111010000101010111101111011010100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FA1; }

 p { color: rgb(221,127,161); }

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

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

 a { background-color: rgb(221,127,161); }

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

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

 span { border-color: rgb(221,127,161); }

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