#DE7D9C

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

Shades of Carissma #DE7D9C

Tints of Carissma #DE7D9C

Color information

#DE7D9C (or 0xDE7D9C) is unknown color: approx Carissma. HEX triplet: DE, 7D and 9C. RGB value is (222,125,156). Sum of RGB (Red+Green+Blue) = 222+125+156=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D9C is #218263. Grayscale: #9D9D9D. Windows color (decimal): -2196068 or 10255838. OLE color: 10255838.

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

Color convert

RGB222125156-
CMYK00.440.300.13
HSL340.82º59.51%68.04%-
HSV(B)340.82º43.69%87.06%-
XYZ43.4632.635.45-
YUV157.54127.14173.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=44.14%
G=24.85%
B=31.01%

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
Decimal22212515600.440.300.13340.8259.5168.04
HexDE7D9C02C1ED1553c44
Octal336175234054361552574104
Binary1101111011111011001110001011001111011011010101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D9C; }

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

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

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

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

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

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

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

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