#DD7F90

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

Shades of Carissma #DD7F90

Tints of Carissma #DD7F90

Color information

#DD7F90 (or 0xDD7F90) is unknown color: approx Carissma. HEX triplet: DD, 7F and 90. RGB value is (221,127,144). Sum of RGB (Red+Green+Blue) = 221+127+144=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F90 is #22806F. Grayscale: #9D9D9D. Windows color (decimal): -2261104 or 9469917. OLE color: 9469917.

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

Color convert

RGB221127144-
CMYK00.430.350.13
HSL349.15º58.02%68.24%-
HSV(B)349.15º42.53%86.67%-
XYZ42.4432.5630.43-
YUV157.04120.64173.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=44.92%
G=25.81%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112714400.430.350.13349.1558.0268.24
HexDD7F9002B23D15d3a44
Octal335177220053431553572104
Binary11011101111111110010000010101110001111011010111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F90; }

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

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

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

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

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

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

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

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