Html Css Color HEX #DD6C80 Deep Blush

📋 copy color: '#DD6C80'

red 221 ◦ green 108 ◦ blue 128

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

Shades of Deep Blush #DD6C80

Tints of Deep Blush #DD6C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

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

R = 48.36%
G = 23.63%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD6C80 (or 0xDD6C80) is known color: Deep Blush. HEX triplet: DD, 6C and 80. RGB value is (221,108,128). Sum of RGB (Red+Green+Blue) = 221+108+128=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6C80 is #22937F. Grayscale: #909090. Windows color (decimal): -2265984 or 8416477. OLE color: 8416477.

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

Color convert

RGB 221 108 128 -
CMYK 0 0.51 0.42 0.13
HSL 349.38º 0.62% 0.65% -
HSV(B) 349.38º 0.51% 0.87% -
XYZ 39.08 27.66 23.7 -
YUV 144.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 221 108 128 0 0.51 0.42 0.13 349.38 0.62 0.65
Hex DD 6C 80 0 33 2A D 15D 3E 41
Octal 335 154 200 0 63 52 15 535 76 101
Binary 11011101 1101100 10000000 0 110011 101010 1101 101011101 111110 1000001

Color Harmonies of #DD6C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C80

Black with #DD6C80

Text Example


Text Example

White with #DD6C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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