Html Css Color HEX #DD718D Deep Blush

📋 copy color: '#DD718D'

red 221 ◦ green 113 ◦ blue 141

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

Shades of Deep Blush #DD718D

Tints of Deep Blush #DD718D

RGB

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

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

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

R = 46.53%
G = 23.79%
B = 29.68%

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

#DD718D (or 0xDD718D) is known color: Deep Blush. HEX triplet: DD, 71 and 8D. RGB value is (221,113,141). Sum of RGB (Red+Green+Blue) = 221+113+141=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD718D is #228E72. Grayscale: #949494. Windows color (decimal): -2264691 or 9269725. OLE color: 9269725.

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

Color convert

RGB 221 113 141 -
CMYK 0 0.49 0.36 0.13
HSL 344.44º 0.61% 0.65% -
HSV(B) 344.44º 0.49% 0.87% -
XYZ 40.53 29.11 28.68 -
YUV 148.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 221 113 141 0 0.49 0.36 0.13 344.44 0.61 0.65
Hex DD 71 8D 0 31 24 D 158 3D 41
Octal 335 161 215 0 61 44 15 530 75 101
Binary 11011101 1110001 10001101 0 110001 100100 1101 101011000 111101 1000001

Color Harmonies of #DD718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD718D

Black with #DD718D

Text Example


Text Example

White with #DD718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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