Html Css Color HEX #DD518C Dark Pink

📋 copy color: '#DD518C'

red 221 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #DD518C

Tints of Dark Pink #DD518C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 50%
G = 18.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD518C (or 0xDD518C) is known color: Dark Pink. HEX triplet: DD, 51 and 8C. RGB value is (221,81,140). Sum of RGB (Red+Green+Blue) = 221+81+140=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD518C is #22AE73. Grayscale: #818181. Windows color (decimal): -2272884 or 9195997. OLE color: 9195997.

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

Color convert

RGB 221 81 140 -
CMYK 0 0.63 0.37 0.13
HSL 334.71º 0.67% 0.59% -
HSV(B) 334.71º 0.63% 0.87% -
XYZ 37.49 23.15 27.3 -
YUV 129.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 221 81 140 0 0.63 0.37 0.13 334.71 0.67 0.59
Hex DD 51 8C 0 3F 25 D 14F 43 3B
Octal 335 121 214 0 77 45 15 517 103 73
Binary 11011101 1010001 10001100 0 111111 100101 1101 101001111 1000011 111011

Color Harmonies of #DD518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD518C

Black with #DD518C

Text Example


Text Example

White with #DD518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD518C; }

 p { color: rgb(221,81,140); }

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

background-color css

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

 a { background-color: rgb(221,81,140); }

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

border-color css

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

 span { border-color: rgb(221,81,140); }

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