#DF668A

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

Shades of Deep Blush #DF668A

Tints of Deep Blush #DF668A

Color information

#DF668A (or 0xDF668A) is unknown color: approx Deep Blush. HEX triplet: DF, 66 and 8A. RGB value is (223,102,138). Sum of RGB (Red+Green+Blue) = 223+102+138=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF668A is #209975. Grayscale: #8E8E8E. Windows color (decimal): -2136438 or 9070303. OLE color: 9070303.

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

Color convert

RGB223102138-
CMYK00.540.380.13
HSL342.15º65.41%63.73%-
HSV(B)342.15º54.26%87.45%-
XYZ39.7727.0327.17-
YUV142.28125.59185.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.16%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=48.16%
G=22.03%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310213800.540.380.13342.1565.4163.73
HexDF668A03626D1564140
Octal3371462120664615526101100
Binary110111111100110100010100110110100110110110101011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF668A; }

 p { color: rgb(223,102,138); }

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

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

 a { background-color: rgb(223,102,138); }

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

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

 span { border-color: rgb(223,102,138); }

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