Html Css Color HEX #DD538F Dark Pink

📋 copy color: '#DD538F'

red 221 ◦ green 83 ◦ blue 143

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

Shades of Dark Pink #DD538F

Tints of Dark Pink #DD538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 49.44%
G = 18.57%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD538F (or 0xDD538F) is known color: Dark Pink. HEX triplet: DD, 53 and 8F. RGB value is (221,83,143). Sum of RGB (Red+Green+Blue) = 221+83+143=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD538F is #22AC70. Grayscale: #838383. Windows color (decimal): -2272369 or 9393117. OLE color: 9393117.

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

Color convert

RGB 221 83 143 -
CMYK 0 0.62 0.35 0.13
HSL 333.91º 0.67% 0.6% -
HSV(B) 333.91º 0.62% 0.87% -
XYZ 37.87 23.54 28.53 -
YUV 131.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 221 83 143 0 0.62 0.35 0.13 333.91 0.67 0.6
Hex DD 53 8F 0 3E 23 D 14E 43 3C
Octal 335 123 217 0 76 43 15 516 103 74
Binary 11011101 1010011 10001111 0 111110 100011 1101 101001110 1000011 111100

Color Harmonies of #DD538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD538F

Black with #DD538F

Text Example


Text Example

White with #DD538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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