Html Css Color HEX #DD4F88 Dark Pink

📋 copy color: '#DD4F88'

red 221 ◦ green 79 ◦ blue 136

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

Shades of Dark Pink #DD4F88

Tints of Dark Pink #DD4F88

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.12%

 BLUE value IS 136 (53.52% from 255) = 31.19%

R = 50.69%
G = 18.12%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD4F88 (or 0xDD4F88) is known color: Dark Pink. HEX triplet: DD, 4F and 88. RGB value is (221,79,136). Sum of RGB (Red+Green+Blue) = 221+79+136=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F88 is #22B077. Grayscale: #7F7F7F. Windows color (decimal): -2273400 or 8933341. OLE color: 8933341.

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

Color convert

RGB 221 79 136 -
CMYK 0 0.64 0.38 0.13
HSL 335.92º 0.68% 0.59% -
HSV(B) 335.92º 0.64% 0.87% -
XYZ 37.06 22.74 25.73 -
YUV 127.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 221 79 136 0 0.64 0.38 0.13 335.92 0.68 0.59
Hex DD 4F 88 0 40 26 D 150 44 3B
Octal 335 117 210 0 100 46 15 520 104 73
Binary 11011101 1001111 10001000 0 1000000 100110 1101 101010000 1000100 111011

Color Harmonies of #DD4F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F88

Black with #DD4F88

Text Example


Text Example

White with #DD4F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F88; }

 p { color: rgb(221,79,136); }

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

background-color css

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

 a { background-color: rgb(221,79,136); }

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

border-color css

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

 span { border-color: rgb(221,79,136); }

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