#DE7D88

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

Shades of Carissma #DE7D88

Tints of Carissma #DE7D88

Color information

#DE7D88 (or 0xDE7D88) is unknown color: approx Carissma. HEX triplet: DE, 7D and 88. RGB value is (222,125,136). Sum of RGB (Red+Green+Blue) = 222+125+136=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D88 is #218277. Grayscale: #9B9B9B. Windows color (decimal): -2196088 or 8945118. OLE color: 8945118.

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

Color convert

RGB222125136-
CMYK00.440.390.13
HSL353.2º59.51%68.04%-
HSV(B)353.2º43.69%87.06%-
XYZ41.931.9727.26-
YUV155.26117.14175.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=45.96%
G=25.88%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212513600.440.390.13353.259.5168.04
HexDE7D8802C27D1613c44
Octal336175210054471554174104
Binary11011110111110110001000010110010011111011011000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D88; }

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

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

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

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

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

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

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

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