Html Css Color HEX #DD637F Deep Blush

📋 copy color: '#DD637F'

red 221 ◦ green 99 ◦ blue 127

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

Shades of Deep Blush #DD637F

Tints of Deep Blush #DD637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

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

R = 49.44%
G = 22.15%
B = 28.41%

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

#DD637F (or 0xDD637F) is known color: Deep Blush. HEX triplet: DD, 63 and 7F. RGB value is (221,99,127). Sum of RGB (Red+Green+Blue) = 221+99+127=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD637F is #229C80. Grayscale: #8A8A8A. Windows color (decimal): -2268289 or 8348637. OLE color: 8348637.

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

Color convert

RGB 221 99 127 -
CMYK 0 0.55 0.43 0.13
HSL 346.23º 0.64% 0.63% -
HSV(B) 346.23º 0.55% 0.87% -
XYZ 38.11 25.83 23.06 -
YUV 138.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 221 99 127 0 0.55 0.43 0.13 346.23 0.64 0.63
Hex DD 63 7F 0 37 2B D 15A 40 3F
Octal 335 143 177 0 67 53 15 532 100 77
Binary 11011101 1100011 1111111 0 110111 101011 1101 101011010 1000000 111111

Color Harmonies of #DD637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD637F

Black with #DD637F

Text Example


Text Example

White with #DD637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD637F; }

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

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

background-color css

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

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

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

border-color css

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

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

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