#DD6D7F

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

Shades of Deep Blush #DD6D7F

Tints of Deep Blush #DD6D7F

Color information

#DD6D7F (or 0xDD6D7F) is unknown color: approx Deep Blush. HEX triplet: DD, 6D and 7F. RGB value is (221,109,127). Sum of RGB (Red+Green+Blue) = 221+109+127=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D7F is #229280. Grayscale: #909090. Windows color (decimal): -2265729 or 8351197. OLE color: 8351197.

HSL color Cylindrical-coordinate representation of color #DD6D7F: hue angle of 350.36º degrees, saturation: 0.62, 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 #DD6D7F is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221109127-
CMYK00.510.430.13
HSL350.36º62.22%64.71%-
HSV(B)350.36º50.68%86.67%-
XYZ39.1227.8423.39-
YUV144.54118.11182.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 127 (50% from 255) = 27.79%
R=48.36%
G=23.85%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110912700.510.430.13350.3662.2264.71
HexDD6D7F0332BD15e3e41
Octal335155177063531553676101
Binary1101110111011011111111011001110101111011010111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6D7F; }

 p { color: rgb(221,109,127); }

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

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

 a { background-color: rgb(221,109,127); }

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

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

 span { border-color: rgb(221,109,127); }

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