Html Css Color HEX #DD718A Deep Blush

📋 copy color: '#DD718A'

red 221 ◦ green 113 ◦ blue 138

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

Shades of Deep Blush #DD718A

Tints of Deep Blush #DD718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 46.82%
G = 23.94%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD718A (or 0xDD718A) is known color: Deep Blush. HEX triplet: DD, 71 and 8A. RGB value is (221,113,138). Sum of RGB (Red+Green+Blue) = 221+113+138=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD718A is #228E75. Grayscale: #949494. Windows color (decimal): -2264694 or 9073117. OLE color: 9073117.

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

Color convert

RGB 221 113 138 -
CMYK 0 0.49 0.38 0.13
HSL 346.11º 0.61% 0.65% -
HSV(B) 346.11º 0.49% 0.87% -
XYZ 40.31 29.02 27.52 -
YUV 148.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 221 113 138 0 0.49 0.38 0.13 346.11 0.61 0.65
Hex DD 71 8A 0 31 26 D 15A 3D 41
Octal 335 161 212 0 61 46 15 532 75 101
Binary 11011101 1110001 10001010 0 110001 100110 1101 101011010 111101 1000001

Color Harmonies of #DD718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD718A

Black with #DD718A

Text Example


Text Example

White with #DD718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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