#DF658C

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

Shades of Deep Blush #DF658C

Tints of Deep Blush #DF658C

Color information

#DF658C (or 0xDF658C) is unknown color: approx Deep Blush. HEX triplet: DF, 65 and 8C. RGB value is (223,101,140). Sum of RGB (Red+Green+Blue) = 223+101+140=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF658C is #209A73. Grayscale: #8D8D8D. Windows color (decimal): -2136692 or 9201119. OLE color: 9201119.

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

Color convert

RGB223101140-
CMYK00.550.370.13
HSL340.82º65.59%63.53%-
HSV(B)340.82º54.71%87.45%-
XYZ39.8226.8927.9-
YUV141.92126.92185.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.06%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=48.06%
G=21.77%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310114000.550.370.13340.8265.5963.53
HexDF658C03725D1554240
Octal3371452140674515525102100
Binary110111111100101100011000110111100101110110101010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF658C; }

 p { color: rgb(223,101,140); }

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

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

 a { background-color: rgb(223,101,140); }

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

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

 span { border-color: rgb(223,101,140); }

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