Html Css Color HEX #DD677F Deep Blush

📋 copy color: '#DD677F'

red 221 ◦ green 103 ◦ blue 127

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

Shades of Deep Blush #DD677F

Tints of Deep Blush #DD677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.84%

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

R = 49%
G = 22.84%
B = 28.16%

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

#DD677F (or 0xDD677F) is known color: Deep Blush. HEX triplet: DD, 67 and 7F. RGB value is (221,103,127). Sum of RGB (Red+Green+Blue) = 221+103+127=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD677F is #229880. Grayscale: #8D8D8D. Windows color (decimal): -2267265 or 8349661. OLE color: 8349661.

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

Color convert

RGB 221 103 127 -
CMYK 0 0.53 0.43 0.13
HSL 347.8º 0.63% 0.64% -
HSV(B) 347.8º 0.53% 0.87% -
XYZ 38.5 26.6 23.18 -
YUV 141.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 221 103 127 0 0.53 0.43 0.13 347.8 0.63 0.64
Hex DD 67 7F 0 35 2B D 15C 3F 40
Octal 335 147 177 0 65 53 15 534 77 100
Binary 11011101 1100111 1111111 0 110101 101011 1101 101011100 111111 1000000

Color Harmonies of #DD677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD677F

Black with #DD677F

Text Example


Text Example

White with #DD677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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