#DE7D9D

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

Shades of Carissma #DE7D9D

Tints of Carissma #DE7D9D

Color information

#DE7D9D (or 0xDE7D9D) is unknown color: approx Carissma. HEX triplet: DE, 7D and 9D. RGB value is (222,125,157). Sum of RGB (Red+Green+Blue) = 222+125+157=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D9D is #218262. Grayscale: #9D9D9D. Windows color (decimal): -2196067 or 10321374. OLE color: 10321374.

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

Color convert

RGB222125157-
CMYK00.440.290.13
HSL340.21º59.51%68.04%-
HSV(B)340.21º43.69%87.06%-
XYZ43.5432.6335.9-
YUV157.65127.64173.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=44.05%
G=24.80%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212515700.440.290.13340.2159.5168.04
HexDE7D9D02C1DD1543c44
Octal336175235054351552474104
Binary1101111011111011001110101011001110111011010101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D9D; }

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

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

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

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

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

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

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

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