Html Css Color HEX #DD708C Deep Blush

📋 copy color: '#DD708C'

red 221 ◦ green 112 ◦ blue 140

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

Shades of Deep Blush #DD708C

Tints of Deep Blush #DD708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 46.72%
G = 23.68%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD708C (or 0xDD708C) is known color: Deep Blush. HEX triplet: DD, 70 and 8C. RGB value is (221,112,140). Sum of RGB (Red+Green+Blue) = 221+112+140=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD708C is #228F73. Grayscale: #939393. Windows color (decimal): -2264948 or 9203933. OLE color: 9203933.

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

Color convert

RGB 221 112 140 -
CMYK 0 0.49 0.37 0.13
HSL 344.59º 0.62% 0.65% -
HSV(B) 344.59º 0.49% 0.87% -
XYZ 40.35 28.85 28.25 -
YUV 147.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 221 112 140 0 0.49 0.37 0.13 344.59 0.62 0.65
Hex DD 70 8C 0 31 25 D 159 3E 41
Octal 335 160 214 0 61 45 15 531 76 101
Binary 11011101 1110000 10001100 0 110001 100101 1101 101011001 111110 1000001

Color Harmonies of #DD708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD708C

Black with #DD708C

Text Example


Text Example

White with #DD708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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