Html Css Color HEX #DD677E Deep Blush

📋 copy color: '#DD677E'

red 221 ◦ green 103 ◦ blue 126

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

Shades of Deep Blush #DD677E

Tints of Deep Blush #DD677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28%

R = 49.11%
G = 22.89%
B = 28%

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

#DD677E (or 0xDD677E) is known color: Deep Blush. HEX triplet: DD, 67 and 7E. RGB value is (221,103,126). Sum of RGB (Red+Green+Blue) = 221+103+126=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD677E is #229881. Grayscale: #8C8C8C. Windows color (decimal): -2267266 or 8284125. OLE color: 8284125.

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

Color convert

RGB 221 103 126 -
CMYK 0 0.53 0.43 0.13
HSL 348.31º 0.63% 0.64% -
HSV(B) 348.31º 0.53% 0.87% -
XYZ 38.43 26.58 22.84 -
YUV 140.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 221 103 126 0 0.53 0.43 0.13 348.31 0.63 0.64
Hex DD 67 7E 0 35 2B D 15C 3F 40
Octal 335 147 176 0 65 53 15 534 77 100
Binary 11011101 1100111 1111110 0 110101 101011 1101 101011100 111111 1000000

Color Harmonies of #DD677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD677E

Black with #DD677E

Text Example


Text Example

White with #DD677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD677E; }

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

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

background-color css

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

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

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

border-color css

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

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

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