Html Css Color HEX #DD6180 Dark Pink

📋 copy color: '#DD6180'

red 221 ◦ green 97 ◦ blue 128

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

Shades of Dark Pink #DD6180

Tints of Dark Pink #DD6180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 49.55%
G = 21.75%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD6180 (or 0xDD6180) is known color: Dark Pink. HEX triplet: DD, 61 and 80. RGB value is (221,97,128). Sum of RGB (Red+Green+Blue) = 221+97+128=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6180 is #229E7F. Grayscale: #898989. Windows color (decimal): -2268800 or 8413661. OLE color: 8413661.

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

Color convert

RGB 221 97 128 -
CMYK 0 0.56 0.42 0.13
HSL 345º 0.65% 0.62% -
HSV(B) 345º 0.56% 0.87% -
XYZ 37.99 25.48 23.34 -
YUV 137.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 221 97 128 0 0.56 0.42 0.13 345 0.65 0.62
Hex DD 61 80 0 38 2A D 159 41 3E
Octal 335 141 200 0 70 52 15 531 101 76
Binary 11011101 1100001 10000000 0 111000 101010 1101 101011001 1000001 111110

Color Harmonies of #DD6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6180

Black with #DD6180

Text Example


Text Example

White with #DD6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6180; }

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

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

background-color css

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

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

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

border-color css

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

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

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