#DF6283

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

Shades of Deep Blush #DF6283

Tints of Deep Blush #DF6283

Color information

#DF6283 (or 0xDF6283) is unknown color: approx Deep Blush. HEX triplet: DF, 62 and 83. RGB value is (223,98,131). Sum of RGB (Red+Green+Blue) = 223+98+131=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6283 is #209D7C. Grayscale: #8B8B8B. Windows color (decimal): -2137469 or 8610527. OLE color: 8610527.

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

Color convert

RGB22398131-
CMYK00.560.410.13
HSL344.16º66.14%62.94%-
HSV(B)344.16º56.05%87.45%-
XYZ38.926.0624.45-
YUV139.14123.41187.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.34%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=49.34%
G=21.68%
B=28.98%

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
Decimal2239813100.560.410.13344.1666.1462.94
HexDF628303829D158423f
Octal337142203070511553010277
Binary11011111110001010000011011100010100111011010110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6283; }

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

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

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

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

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

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

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

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