Html Css Color HEX #DD708D Deep Blush

📋 copy color: '#DD708D'

red 221 ◦ green 112 ◦ blue 141

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

Shades of Deep Blush #DD708D

Tints of Deep Blush #DD708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.63%

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 46.62%
G = 23.63%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD708D (or 0xDD708D) is known color: Deep Blush. HEX triplet: DD, 70 and 8D. RGB value is (221,112,141). Sum of RGB (Red+Green+Blue) = 221+112+141=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD708D is #228F72. Grayscale: #939393. Windows color (decimal): -2264947 or 9269469. OLE color: 9269469.

HSL color Cylindrical-coordinate representation of color #DD708D: hue angle of 344.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD708D is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 141 -
CMYK 0 0.49 0.36 0.13
HSL 344.04º 0.62% 0.65% -
HSV(B) 344.04º 0.49% 0.87% -
XYZ 40.42 28.88 28.64 -
YUV 147.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 221 112 141 0 0.49 0.36 0.13 344.04 0.62 0.65
Hex DD 70 8D 0 31 24 D 158 3E 41
Octal 335 160 215 0 61 44 15 530 76 101
Binary 11011101 1110000 10001101 0 110001 100100 1101 101011000 111110 1000001

Color Harmonies of #DD708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD708D

Black with #DD708D

Text Example


Text Example

White with #DD708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD708D; }

 p { color: rgb(221,112,141); }

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

background-color css

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

 a { background-color: rgb(221,112,141); }

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

border-color css

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

 span { border-color: rgb(221,112,141); }

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