Html Css Color HEX #DD627F Deep Blush

📋 copy color: '#DD627F'

red 221 ◦ green 98 ◦ blue 127

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

Shades of Deep Blush #DD627F

Tints of Deep Blush #DD627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.97%

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

R = 49.55%
G = 21.97%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD627F (or 0xDD627F) is known color: Deep Blush. HEX triplet: DD, 62 and 7F. RGB value is (221,98,127). Sum of RGB (Red+Green+Blue) = 221+98+127=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD627F is #229D80. Grayscale: #8A8A8A. Windows color (decimal): -2268545 or 8348381. OLE color: 8348381.

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

Color convert

RGB 221 98 127 -
CMYK 0 0.56 0.43 0.13
HSL 345.85º 0.64% 0.63% -
HSV(B) 345.85º 0.56% 0.87% -
XYZ 38.02 25.64 23.02 -
YUV 138.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 221 98 127 0 0.56 0.43 0.13 345.85 0.64 0.63
Hex DD 62 7F 0 38 2B D 15A 40 3F
Octal 335 142 177 0 70 53 15 532 100 77
Binary 11011101 1100010 1111111 0 111000 101011 1101 101011010 1000000 111111

Color Harmonies of #DD627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD627F

Black with #DD627F

Text Example


Text Example

White with #DD627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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