Html Css Color HEX #DD718C Deep Blush

📋 copy color: '#DD718C'

red 221 ◦ green 113 ◦ blue 140

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

Shades of Deep Blush #DD718C

Tints of Deep Blush #DD718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

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

R = 46.62%
G = 23.84%
B = 29.54%

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

#DD718C (or 0xDD718C) is known color: Deep Blush. HEX triplet: DD, 71 and 8C. RGB value is (221,113,140). Sum of RGB (Red+Green+Blue) = 221+113+140=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD718C is #228E73. Grayscale: #949494. Windows color (decimal): -2264692 or 9204189. OLE color: 9204189.

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

Color convert

RGB 221 113 140 -
CMYK 0 0.49 0.37 0.13
HSL 345º 0.61% 0.65% -
HSV(B) 345º 0.49% 0.87% -
XYZ 40.46 29.08 28.29 -
YUV 148.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 221 113 140 0 0.49 0.37 0.13 345 0.61 0.65
Hex DD 71 8C 0 31 25 D 159 3D 41
Octal 335 161 214 0 61 45 15 531 75 101
Binary 11011101 1110001 10001100 0 110001 100101 1101 101011001 111101 1000001

Color Harmonies of #DD718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD718C

Black with #DD718C

Text Example


Text Example

White with #DD718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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