Html Css Color HEX #DD728A Deep Blush

📋 copy color: '#DD728A'

red 221 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #DD728A

Tints of Deep Blush #DD728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.1%

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

R = 46.72%
G = 24.1%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD728A (or 0xDD728A) is known color: Deep Blush. HEX triplet: DD, 72 and 8A. RGB value is (221,114,138). Sum of RGB (Red+Green+Blue) = 221+114+138=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD728A is #228D75. Grayscale: #949494. Windows color (decimal): -2264438 or 9073373. OLE color: 9073373.

HSL color Cylindrical-coordinate representation of color #DD728A: hue angle of 346.54º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD728A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 138 -
CMYK 0 0.48 0.38 0.13
HSL 346.54º 0.61% 0.66% -
HSV(B) 346.54º 0.48% 0.87% -
XYZ 40.42 29.24 27.56 -
YUV 148.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 221 114 138 0 0.48 0.38 0.13 346.54 0.61 0.66
Hex DD 72 8A 0 30 26 D 15B 3D 42
Octal 335 162 212 0 60 46 15 533 75 102
Binary 11011101 1110010 10001010 0 110000 100110 1101 101011011 111101 1000010

Color Harmonies of #DD728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD728A

Black with #DD728A

Text Example


Text Example

White with #DD728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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