Html Css Color HEX #DD5883 Dark Pink

📋 copy color: '#DD5883'

red 221 ◦ green 88 ◦ blue 131

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

Shades of Dark Pink #DD5883

Tints of Dark Pink #DD5883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20%

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 50.23%
G = 20%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD5883 (or 0xDD5883) is known color: Dark Pink. HEX triplet: DD, 58 and 83. RGB value is (221,88,131). Sum of RGB (Red+Green+Blue) = 221+88+131=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5883 is #22A77C. Grayscale: #848484. Windows color (decimal): -2271101 or 8607965. OLE color: 8607965.

HSL color Cylindrical-coordinate representation of color #DD5883: hue angle of 340.6º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5883 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 131 -
CMYK 0 0.60 0.41 0.13
HSL 340.6º 0.66% 0.61% -
HSV(B) 340.6º 0.6% 0.87% -
XYZ 37.41 23.99 24.13 -
YUV 132.67 127.06 191 -
System Red Green Blue C M Y K H S L
Decimal 221 88 131 0 0.60 0.41 0.13 340.6 0.66 0.61
Hex DD 58 83 0 3C 29 D 155 42 3D
Octal 335 130 203 0 74 51 15 525 102 75
Binary 11011101 1011000 10000011 0 111100 101001 1101 101010101 1000010 111101

Color Harmonies of #DD5883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5883

Black with #DD5883

Text Example


Text Example

White with #DD5883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5883; }

 p { color: rgb(221,88,131); }

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

background-color css

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

 a { background-color: rgb(221,88,131); }

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

border-color css

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

 span { border-color: rgb(221,88,131); }

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