Html Css Color HEX #DD488B Dark Pink

📋 copy color: '#DD488B'

red 221 ◦ green 72 ◦ blue 139

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

Shades of Dark Pink #DD488B

Tints of Dark Pink #DD488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.67%

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

R = 51.16%
G = 16.67%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD488B (or 0xDD488B) is known color: Dark Pink. HEX triplet: DD, 48 and 8B. RGB value is (221,72,139). Sum of RGB (Red+Green+Blue) = 221+72+139=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD488B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD488B is #22B774. Grayscale: #7C7C7C. Windows color (decimal): -2275189 or 9128157. OLE color: 9128157.

HSL color Cylindrical-coordinate representation of color #DD488B: hue angle of 333.02º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD488B is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 139 -
CMYK 0 0.67 0.37 0.13
HSL 333.02º 0.69% 0.57% -
HSV(B) 333.02º 0.67% 0.87% -
XYZ 36.8 21.87 26.71 -
YUV 124.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 221 72 139 0 0.67 0.37 0.13 333.02 0.69 0.57
Hex DD 48 8B 0 43 25 D 14D 45 39
Octal 335 110 213 0 103 45 15 515 105 71
Binary 11011101 1001000 10001011 0 1000011 100101 1101 101001101 1000101 111001

Color Harmonies of #DD488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD488B

Black with #DD488B

Text Example


Text Example

White with #DD488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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