Html Css Color HEX #DD4B87 Dark Pink

📋 copy color: '#DD4B87'

red 221 ◦ green 75 ◦ blue 135

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

Shades of Dark Pink #DD4B87

Tints of Dark Pink #DD4B87

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 51.28%
G = 17.4%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4B87 (or 0xDD4B87) is known color: Dark Pink. HEX triplet: DD, 4B and 87. RGB value is (221,75,135). Sum of RGB (Red+Green+Blue) = 221+75+135=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4B87 is #22B478. Grayscale: #7D7D7D. Windows color (decimal): -2274425 or 8866781. OLE color: 8866781.

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

Color convert

RGB 221 75 135 -
CMYK 0 0.66 0.39 0.13
HSL 335.34º 0.68% 0.58% -
HSV(B) 335.34º 0.66% 0.87% -
XYZ 36.71 22.15 25.26 -
YUV 125.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 221 75 135 0 0.66 0.39 0.13 335.34 0.68 0.58
Hex DD 4B 87 0 42 27 D 14F 44 3A
Octal 335 113 207 0 102 47 15 517 104 72
Binary 11011101 1001011 10000111 0 1000010 100111 1101 101001111 1000100 111010

Color Harmonies of #DD4B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B87

Black with #DD4B87

Text Example


Text Example

White with #DD4B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B87; }

 p { color: rgb(221,75,135); }

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

background-color css

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

 a { background-color: rgb(221,75,135); }

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

border-color css

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

 span { border-color: rgb(221,75,135); }

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