Html Css Color HEX #DF538F Dark Pink

📋 copy color: '#DF538F'

red 223 ◦ green 83 ◦ blue 143

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

Shades of Dark Pink #DF538F

Tints of Dark Pink #DF538F

RGB

 RED value IS 223 (87.5% from 255) = 49.67%

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

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

R = 49.67%
G = 18.49%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF538F (or 0xDF538F) is known color: Dark Pink. HEX triplet: DF, 53 and 8F. RGB value is (223,83,143). Sum of RGB (Red+Green+Blue) = 223+83+143=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF538F is #20AC70. Grayscale: #838383. Windows color (decimal): -2141297 or 9393119. OLE color: 9393119.

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

Color convert

RGB 223 83 143 -
CMYK 0 0.63 0.36 0.13
HSL 334.29º 0.69% 0.6% -
HSV(B) 334.29º 0.63% 0.87% -
XYZ 38.48 23.86 28.56 -
YUV 131.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 223 83 143 0 0.63 0.36 0.13 334.29 0.69 0.6
Hex DF 53 8F 0 3F 24 D 14E 45 3C
Octal 337 123 217 0 77 44 15 516 105 74
Binary 11011111 1010011 10001111 0 111111 100100 1101 101001110 1000101 111100

Color Harmonies of #DF538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF538F

Black with #DF538F

Text Example


Text Example

White with #DF538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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