Html Css Color HEX #DD488A Dark Pink

📋 copy color: '#DD488A'

red 221 ◦ green 72 ◦ blue 138

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

Shades of Dark Pink #DD488A

Tints of Dark Pink #DD488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 51.28%
G = 16.71%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD488A (or 0xDD488A) is known color: Dark Pink. HEX triplet: DD, 48 and 8A. RGB value is (221,72,138). Sum of RGB (Red+Green+Blue) = 221+72+138=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD488A is #22B775. Grayscale: #7B7B7B. Windows color (decimal): -2275190 or 9062621. OLE color: 9062621.

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

Color convert

RGB 221 72 138 -
CMYK 0 0.67 0.38 0.13
HSL 333.42º 0.69% 0.57% -
HSV(B) 333.42º 0.67% 0.87% -
XYZ 36.72 21.84 26.33 -
YUV 124.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 221 72 138 0 0.67 0.38 0.13 333.42 0.69 0.57
Hex DD 48 8A 0 43 26 D 14D 45 39
Octal 335 110 212 0 103 46 15 515 105 71
Binary 11011101 1001000 10001010 0 1000011 100110 1101 101001101 1000101 111001

Color Harmonies of #DD488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD488A

Black with #DD488A

Text Example


Text Example

White with #DD488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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