#DE6388

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

Shades of Deep Blush #DE6388

Tints of Deep Blush #DE6388

Color information

#DE6388 (or 0xDE6388) is unknown color: approx Deep Blush. HEX triplet: DE, 63 and 88. RGB value is (222,99,136). Sum of RGB (Red+Green+Blue) = 222+99+136=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6388 is #219C77. Grayscale: #8B8B8B. Windows color (decimal): -2202744 or 8938462. OLE color: 8938462.

HSL color Cylindrical-coordinate representation of color #DE6388: hue angle of 341.95º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6388 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB22299136-
CMYK00.550.390.13
HSL341.95º65.08%62.94%-
HSV(B)341.95º55.41%87.06%-
XYZ39.0326.2326.3-
YUV140125.75186.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=48.58%
G=21.66%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229913600.550.390.13341.9565.0862.94
HexDE638803727D156413f
Octal336143210067471552610177
Binary11011110110001110001000011011110011111011010101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6388; }

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

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

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

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

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

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

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

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