Html Css Color HEX #DD6080 Dark Pink

📋 copy color: '#DD6080'

red 221 ◦ green 96 ◦ blue 128

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

Shades of Dark Pink #DD6080

Tints of Dark Pink #DD6080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

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

R = 49.66%
G = 21.57%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD6080 (or 0xDD6080) is known color: Dark Pink. HEX triplet: DD, 60 and 80. RGB value is (221,96,128). Sum of RGB (Red+Green+Blue) = 221+96+128=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6080 is #229F7F. Grayscale: #898989. Windows color (decimal): -2269056 or 8413405. OLE color: 8413405.

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

Color convert

RGB 221 96 128 -
CMYK 0 0.57 0.42 0.13
HSL 344.64º 0.65% 0.62% -
HSV(B) 344.64º 0.57% 0.87% -
XYZ 37.9 25.3 23.31 -
YUV 137.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 221 96 128 0 0.57 0.42 0.13 344.64 0.65 0.62
Hex DD 60 80 0 39 2A D 159 41 3E
Octal 335 140 200 0 71 52 15 531 101 76
Binary 11011101 1100000 10000000 0 111001 101010 1101 101011001 1000001 111110

Color Harmonies of #DD6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6080

Black with #DD6080

Text Example


Text Example

White with #DD6080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6080; }

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

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

background-color css

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

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

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

border-color css

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

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

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