#DE7C9B

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

Shades of Carissma #DE7C9B

Tints of Carissma #DE7C9B

Color information

#DE7C9B (or 0xDE7C9B) is unknown color: approx Carissma. HEX triplet: DE, 7C and 9B. RGB value is (222,124,155). Sum of RGB (Red+Green+Blue) = 222+124+155=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7C9B is #218364. Grayscale: #9C9C9C. Windows color (decimal): -2196325 or 10190046. OLE color: 10190046.

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

Color convert

RGB222124155-
CMYK00.440.300.13
HSL341.02º59.76%67.84%-
HSV(B)341.02º44.14%87.06%-
XYZ43.2532.3134.97-
YUV156.84126.97174.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=44.31%
G=24.75%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212415500.440.300.13341.0259.7667.84
HexDE7C9B02C1ED1553c44
Octal336174233054361552574104
Binary1101111011111001001101101011001111011011010101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C9B; }

 p { color: rgb(222,124,155); }

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

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

 a { background-color: rgb(222,124,155); }

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

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

 span { border-color: rgb(222,124,155); }

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