Html Css Color HEX #DD688A Deep Blush

📋 copy color: '#DD688A'

red 221 ◦ green 104 ◦ blue 138

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

Shades of Deep Blush #DD688A

Tints of Deep Blush #DD688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

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

R = 47.73%
G = 22.46%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD688A (or 0xDD688A) is known color: Deep Blush. HEX triplet: DD, 68 and 8A. RGB value is (221,104,138). Sum of RGB (Red+Green+Blue) = 221+104+138=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD688A is #229775. Grayscale: #8E8E8E. Windows color (decimal): -2266998 or 9070813. OLE color: 9070813.

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

Color convert

RGB 221 104 138 -
CMYK 0 0.53 0.38 0.13
HSL 342.56º 0.63% 0.64% -
HSV(B) 342.56º 0.53% 0.87% -
XYZ 39.36 27.11 27.2 -
YUV 142.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 221 104 138 0 0.53 0.38 0.13 342.56 0.63 0.64
Hex DD 68 8A 0 35 26 D 157 3F 40
Octal 335 150 212 0 65 46 15 527 77 100
Binary 11011101 1101000 10001010 0 110101 100110 1101 101010111 111111 1000000

Color Harmonies of #DD688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD688A

Black with #DD688A

Text Example


Text Example

White with #DD688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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