Html Css Color HEX #DD718B Deep Blush

📋 copy color: '#DD718B'

red 221 ◦ green 113 ◦ blue 139

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

Shades of Deep Blush #DD718B

Tints of Deep Blush #DD718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 46.72%
G = 23.89%
B = 29.39%

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

#DD718B (or 0xDD718B) is known color: Deep Blush. HEX triplet: DD, 71 and 8B. RGB value is (221,113,139). Sum of RGB (Red+Green+Blue) = 221+113+139=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD718B is #228E74. Grayscale: #949494. Windows color (decimal): -2264693 or 9138653. OLE color: 9138653.

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

Color convert

RGB 221 113 139 -
CMYK 0 0.49 0.37 0.13
HSL 345.56º 0.61% 0.65% -
HSV(B) 345.56º 0.49% 0.87% -
XYZ 40.38 29.05 27.9 -
YUV 148.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 221 113 139 0 0.49 0.37 0.13 345.56 0.61 0.65
Hex DD 71 8B 0 31 25 D 15A 3D 41
Octal 335 161 213 0 61 45 15 532 75 101
Binary 11011101 1110001 10001011 0 110001 100101 1101 101011010 111101 1000001

Color Harmonies of #DD718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD718B

Black with #DD718B

Text Example


Text Example

White with #DD718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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