Html Css Color HEX #DD4F85 Dark Pink

📋 copy color: '#DD4F85'

red 221 ◦ green 79 ◦ blue 133

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

Shades of Dark Pink #DD4F85

Tints of Dark Pink #DD4F85

RGB

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

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

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

R = 51.04%
G = 18.24%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD4F85 (or 0xDD4F85) is known color: Dark Pink. HEX triplet: DD, 4F and 85. RGB value is (221,79,133). Sum of RGB (Red+Green+Blue) = 221+79+133=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F85 is #22B07A. Grayscale: #7F7F7F. Windows color (decimal): -2273403 or 8736733. OLE color: 8736733.

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

Color convert

RGB 221 79 133 -
CMYK 0 0.64 0.40 0.13
HSL 337.18º 0.68% 0.59% -
HSV(B) 337.18º 0.64% 0.87% -
XYZ 36.85 22.66 24.62 -
YUV 127.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 221 79 133 0 0.64 0.40 0.13 337.18 0.68 0.59
Hex DD 4F 85 0 40 28 D 151 44 3B
Octal 335 117 205 0 100 50 15 521 104 73
Binary 11011101 1001111 10000101 0 1000000 101000 1101 101010001 1000100 111011

Color Harmonies of #DD4F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F85

Black with #DD4F85

Text Example


Text Example

White with #DD4F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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