#DE7C9C

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

Shades of Carissma #DE7C9C

Tints of Carissma #DE7C9C

Color information

#DE7C9C (or 0xDE7C9C) is unknown color: approx Carissma. HEX triplet: DE, 7C and 9C. RGB value is (222,124,156). Sum of RGB (Red+Green+Blue) = 222+124+156=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7C9C is #218363. Grayscale: #9C9C9C. Windows color (decimal): -2196324 or 10255582. OLE color: 10255582.

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

Color convert

RGB222124156-
CMYK00.440.300.13
HSL340.41º59.76%67.84%-
HSV(B)340.41º44.14%87.06%-
XYZ43.3332.3535.41-
YUV156.95127.47174.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 124 (48.83% from 255) = 24.70%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=44.22%
G=24.70%
B=31.08%

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
Decimal22212415600.440.300.13340.4159.7667.84
HexDE7C9C02C1ED1543c44
Octal336174234054361552474104
Binary1101111011111001001110001011001111011011010101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C9C; }

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

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

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

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

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

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

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

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