Html Css Color HEX #DD4F86 Dark Pink

📋 copy color: '#DD4F86'

red 221 ◦ green 79 ◦ blue 134

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

Shades of Dark Pink #DD4F86

Tints of Dark Pink #DD4F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 50.92%
G = 18.2%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4F86 (or 0xDD4F86) is known color: Dark Pink. HEX triplet: DD, 4F and 86. RGB value is (221,79,134). Sum of RGB (Red+Green+Blue) = 221+79+134=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F86 is #22B079. Grayscale: #7F7F7F. Windows color (decimal): -2273402 or 8802269. OLE color: 8802269.

HSL color Cylindrical-coordinate representation of color #DD4F86: hue angle of 336.76º 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 #DD4F86 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 134 -
CMYK 0 0.64 0.39 0.13
HSL 336.76º 0.68% 0.59% -
HSV(B) 336.76º 0.64% 0.87% -
XYZ 36.92 22.69 24.99 -
YUV 127.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 221 79 134 0 0.64 0.39 0.13 336.76 0.68 0.59
Hex DD 4F 86 0 40 27 D 151 44 3B
Octal 335 117 206 0 100 47 15 521 104 73
Binary 11011101 1001111 10000110 0 1000000 100111 1101 101010001 1000100 111011

Color Harmonies of #DD4F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F86

Black with #DD4F86

Text Example


Text Example

White with #DD4F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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