Html Css Color HEX #DD4C8B Dark Pink

📋 copy color: '#DD4C8B'

red 221 ◦ green 76 ◦ blue 139

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

Shades of Dark Pink #DD4C8B

Tints of Dark Pink #DD4C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 50.69%
G = 17.43%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD4C8B (or 0xDD4C8B) is known color: Dark Pink. HEX triplet: DD, 4C and 8B. RGB value is (221,76,139). Sum of RGB (Red+Green+Blue) = 221+76+139=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C8B is #22B374. Grayscale: #7E7E7E. Windows color (decimal): -2274165 or 9129181. OLE color: 9129181.

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

Color convert

RGB 221 76 139 -
CMYK 0 0.66 0.37 0.13
HSL 333.93º 0.68% 0.58% -
HSV(B) 333.93º 0.66% 0.87% -
XYZ 37.06 22.41 26.8 -
YUV 126.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 221 76 139 0 0.66 0.37 0.13 333.93 0.68 0.58
Hex DD 4C 8B 0 42 25 D 14E 44 3A
Octal 335 114 213 0 102 45 15 516 104 72
Binary 11011101 1001100 10001011 0 1000010 100101 1101 101001110 1000100 111010

Color Harmonies of #DD4C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C8B

Black with #DD4C8B

Text Example


Text Example

White with #DD4C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C8B; }

 p { color: rgb(221,76,139); }

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

background-color css

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

 a { background-color: rgb(221,76,139); }

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

border-color css

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

 span { border-color: rgb(221,76,139); }

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