Html Css Color HEX #DD657D Deep Blush

📋 copy color: '#DD657D'

red 221 ◦ green 101 ◦ blue 125

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

Shades of Deep Blush #DD657D

Tints of Deep Blush #DD657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.6%

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

R = 49.44%
G = 22.6%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD657D (or 0xDD657D) is known color: Deep Blush. HEX triplet: DD, 65 and 7D. RGB value is (221,101,125). Sum of RGB (Red+Green+Blue) = 221+101+125=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD657D is #229A82. Grayscale: #8B8B8B. Windows color (decimal): -2267779 or 8218077. OLE color: 8218077.

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

Color convert

RGB 221 101 125 -
CMYK 0 0.54 0.43 0.13
HSL 348º 0.64% 0.63% -
HSV(B) 348º 0.54% 0.87% -
XYZ 38.17 26.16 22.44 -
YUV 139.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 221 101 125 0 0.54 0.43 0.13 348 0.64 0.63
Hex DD 65 7D 0 36 2B D 15C 40 3F
Octal 335 145 175 0 66 53 15 534 100 77
Binary 11011101 1100101 1111101 0 110110 101011 1101 101011100 1000000 111111

Color Harmonies of #DD657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD657D

Black with #DD657D

Text Example


Text Example

White with #DD657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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