Html Css Color HEX #DD5285 Dark Pink

📋 copy color: '#DD5285'

red 221 ◦ green 82 ◦ blue 133

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

Shades of Dark Pink #DD5285

Tints of Dark Pink #DD5285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 50.69%
G = 18.81%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD5285 (or 0xDD5285) is known color: Dark Pink. HEX triplet: DD, 52 and 85. RGB value is (221,82,133). Sum of RGB (Red+Green+Blue) = 221+82+133=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5285 is #22AD7A. Grayscale: #818181. Windows color (decimal): -2272635 or 8737501. OLE color: 8737501.

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

Color convert

RGB 221 82 133 -
CMYK 0 0.63 0.40 0.13
HSL 337.99º 0.67% 0.59% -
HSV(B) 337.99º 0.63% 0.87% -
XYZ 37.07 23.1 24.7 -
YUV 129.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 221 82 133 0 0.63 0.40 0.13 337.99 0.67 0.59
Hex DD 52 85 0 3F 28 D 152 43 3B
Octal 335 122 205 0 77 50 15 522 103 73
Binary 11011101 1010010 10000101 0 111111 101000 1101 101010010 1000011 111011

Color Harmonies of #DD5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5285

Black with #DD5285

Text Example


Text Example

White with #DD5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5285; }

 p { color: rgb(221,82,133); }

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

background-color css

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

 a { background-color: rgb(221,82,133); }

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

border-color css

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

 span { border-color: rgb(221,82,133); }

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