Html Css Color HEX #DD538C Dark Pink

📋 copy color: '#DD538C'

red 221 ◦ green 83 ◦ blue 140

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

Shades of Dark Pink #DD538C

Tints of Dark Pink #DD538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.69%

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

R = 49.77%
G = 18.69%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD538C (or 0xDD538C) is known color: Dark Pink. HEX triplet: DD, 53 and 8C. RGB value is (221,83,140). Sum of RGB (Red+Green+Blue) = 221+83+140=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD538C is #22AC73. Grayscale: #828282. Windows color (decimal): -2272372 or 9196509. OLE color: 9196509.

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

Color convert

RGB 221 83 140 -
CMYK 0 0.62 0.37 0.13
HSL 335.22º 0.67% 0.6% -
HSV(B) 335.22º 0.62% 0.87% -
XYZ 37.65 23.45 27.35 -
YUV 130.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 221 83 140 0 0.62 0.37 0.13 335.22 0.67 0.6
Hex DD 53 8C 0 3E 25 D 14F 43 3C
Octal 335 123 214 0 76 45 15 517 103 74
Binary 11011101 1010011 10001100 0 111110 100101 1101 101001111 1000011 111100

Color Harmonies of #DD538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD538C

Black with #DD538C

Text Example


Text Example

White with #DD538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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