#DE618A

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

Shades of Deep Blush #DE618A

Tints of Deep Blush #DE618A

Color information

#DE618A (or 0xDE618A) is unknown color: approx Deep Blush. HEX triplet: DE, 61 and 8A. RGB value is (222,97,138). Sum of RGB (Red+Green+Blue) = 222+97+138=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE618A is #219E75. Grayscale: #8B8B8B. Windows color (decimal): -2203254 or 9069022. OLE color: 9069022.

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

Color convert

RGB22297138-
CMYK00.560.380.13
HSL340.32º65.45%62.55%-
HSV(B)340.32º56.31%87.06%-
XYZ38.9925.9126.99-
YUV139.05127.41187.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=48.58%
G=21.23%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229713800.560.380.13340.3265.4562.55
HexDE618A03826D154413f
Octal336141212070461552410177
Binary11011110110000110001010011100010011011011010101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE618A; }

 p { color: rgb(222,97,138); }

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

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

 a { background-color: rgb(222,97,138); }

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

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

 span { border-color: rgb(222,97,138); }

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