Html Css Color HEX #DD6880 Deep Blush

📋 copy color: '#DD6880'

red 221 ◦ green 104 ◦ blue 128

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

Shades of Deep Blush #DD6880

Tints of Deep Blush #DD6880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 48.79%
G = 22.96%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD6880 (or 0xDD6880) is known color: Deep Blush. HEX triplet: DD, 68 and 80. RGB value is (221,104,128). Sum of RGB (Red+Green+Blue) = 221+104+128=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6880 is #22977F. Grayscale: #8D8D8D. Windows color (decimal): -2267008 or 8415453. OLE color: 8415453.

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

Color convert

RGB 221 104 128 -
CMYK 0 0.53 0.42 0.13
HSL 347.69º 0.63% 0.64% -
HSV(B) 347.69º 0.53% 0.87% -
XYZ 38.67 26.83 23.56 -
YUV 141.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 221 104 128 0 0.53 0.42 0.13 347.69 0.63 0.64
Hex DD 68 80 0 35 2A D 15C 3F 40
Octal 335 150 200 0 65 52 15 534 77 100
Binary 11011101 1101000 10000000 0 110101 101010 1101 101011100 111111 1000000

Color Harmonies of #DD6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6880

Black with #DD6880

Text Example


Text Example

White with #DD6880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6880; }

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

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

background-color css

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

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

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

border-color css

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

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

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