#DF6383

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

Shades of Deep Blush #DF6383

Tints of Deep Blush #DF6383

Color information

#DF6383 (or 0xDF6383) is unknown color: approx Deep Blush. HEX triplet: DF, 63 and 83. RGB value is (223,99,131). Sum of RGB (Red+Green+Blue) = 223+99+131=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6383 is #209C7C. Grayscale: #8B8B8B. Windows color (decimal): -2137213 or 8610783. OLE color: 8610783.

HSL color Cylindrical-coordinate representation of color #DF6383: hue angle of 344.52º degrees, saturation: 0.66, 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 #DF6383 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB22399131-
CMYK00.560.410.13
HSL344.52º65.96%63.14%-
HSV(B)344.52º55.61%87.45%-
XYZ38.9926.2524.48-
YUV139.72123.08187.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 131 (51.56% from 255) = 28.92%
R=49.23%
G=21.85%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239913100.560.410.13344.5265.9663.14
HexDF638303829D159423f
Octal337143203070511553110277
Binary11011111110001110000011011100010100111011010110011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6383; }

 p { color: rgb(223,99,131); }

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

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

 a { background-color: rgb(223,99,131); }

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

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

 span { border-color: rgb(223,99,131); }

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