Html Css Color HEX #DD687F Deep Blush

📋 copy color: '#DD687F'

red 221 ◦ green 104 ◦ blue 127

#DD687F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #DD687F

Tints of Deep Blush #DD687F

RGB

 RED value IS 221 (86.72% from 255) = 48.89%

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 48.89%
G = 23.01%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD687F (or 0xDD687F) is known color: Deep Blush. HEX triplet: DD, 68 and 7F. RGB value is (221,104,127). Sum of RGB (Red+Green+Blue) = 221+104+127=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD687F is #229780. Grayscale: #8D8D8D. Windows color (decimal): -2267009 or 8349917. OLE color: 8349917.

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

Color convert

RGB 221 104 127 -
CMYK 0 0.53 0.43 0.13
HSL 348.21º 0.63% 0.64% -
HSV(B) 348.21º 0.53% 0.87% -
XYZ 38.6 26.81 23.22 -
YUV 141.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 221 104 127 0 0.53 0.43 0.13 348.21 0.63 0.64
Hex DD 68 7F 0 35 2B D 15C 3F 40
Octal 335 150 177 0 65 53 15 534 77 100
Binary 11011101 1101000 1111111 0 110101 101011 1101 101011100 111111 1000000

Color Harmonies of #DD687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD687F

Black with #DD687F

Text Example


Text Example

White with #DD687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD687F; }

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

 H1.HeaderClassName
 {
   color: #DD687F;
 }
 .AnyTagClassName
 {
   color: #DD687F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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