Html Css Color HEX #DD6480 Deep Blush

📋 copy color: '#DD6480'

red 221 ◦ green 100 ◦ blue 128

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

Shades of Deep Blush #DD6480

Tints of Deep Blush #DD6480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

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

R = 49.22%
G = 22.27%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD6480 (or 0xDD6480) is known color: Deep Blush. HEX triplet: DD, 64 and 80. RGB value is (221,100,128). Sum of RGB (Red+Green+Blue) = 221+100+128=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6480 is #229B7F. Grayscale: #8B8B8B. Windows color (decimal): -2268032 or 8414429. OLE color: 8414429.

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

Color convert

RGB 221 100 128 -
CMYK 0 0.55 0.42 0.13
HSL 346.12º 0.64% 0.63% -
HSV(B) 346.12º 0.55% 0.87% -
XYZ 38.27 26.05 23.43 -
YUV 139.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 221 100 128 0 0.55 0.42 0.13 346.12 0.64 0.63
Hex DD 64 80 0 37 2A D 15A 40 3F
Octal 335 144 200 0 67 52 15 532 100 77
Binary 11011101 1100100 10000000 0 110111 101010 1101 101011010 1000000 111111

Color Harmonies of #DD6480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6480

Black with #DD6480

Text Example


Text Example

White with #DD6480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6480; }

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

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

background-color css

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

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

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

border-color css

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

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

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