#DF6D88

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

Shades of Deep Blush #DF6D88

Tints of Deep Blush #DF6D88

Color information

#DF6D88 (or 0xDF6D88) is unknown color: approx Deep Blush. HEX triplet: DF, 6D and 88. RGB value is (223,109,136). Sum of RGB (Red+Green+Blue) = 223+109+136=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D88 is #209277. Grayscale: #929292. Windows color (decimal): -2134648 or 8941023. OLE color: 8941023.

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

Color convert

RGB223109136-
CMYK00.510.390.13
HSL345.79º64.04%65.1%-
HSV(B)345.79º51.12%87.45%-
XYZ40.3428.426.65-
YUV146.16122.27182.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.65%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=47.65%
G=23.29%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310913600.510.390.13345.7964.0465.1
HexDF6D8803327D15a4041
Octal3371552100634715532100101
Binary110111111101101100010000110011100111110110101101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6D88; }

 p { color: rgb(223,109,136); }

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

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

 a { background-color: rgb(223,109,136); }

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

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

 span { border-color: rgb(223,109,136); }

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