Html Css Color HEX #DD647D Deep Blush

📋 copy color: '#DD647D'

red 221 ◦ green 100 ◦ blue 125

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

Shades of Deep Blush #DD647D

Tints of Deep Blush #DD647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.42%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 49.55%
G = 22.42%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD647D (or 0xDD647D) is known color: Deep Blush. HEX triplet: DD, 64 and 7D. RGB value is (221,100,125). Sum of RGB (Red+Green+Blue) = 221+100+125=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD647D is #229B82. Grayscale: #8B8B8B. Windows color (decimal): -2268035 or 8217821. OLE color: 8217821.

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

Color convert

RGB 221 100 125 -
CMYK 0 0.55 0.43 0.13
HSL 347.6º 0.64% 0.63% -
HSV(B) 347.6º 0.55% 0.87% -
XYZ 38.08 25.97 22.41 -
YUV 139.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 221 100 125 0 0.55 0.43 0.13 347.6 0.64 0.63
Hex DD 64 7D 0 37 2B D 15C 40 3F
Octal 335 144 175 0 67 53 15 534 100 77
Binary 11011101 1100100 1111101 0 110111 101011 1101 101011100 1000000 111111

Color Harmonies of #DD647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD647D

Black with #DD647D

Text Example


Text Example

White with #DD647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD647D; }

 p { color: rgb(221,100,125); }

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

background-color css

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

 a { background-color: rgb(221,100,125); }

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

border-color css

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

 span { border-color: rgb(221,100,125); }

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