Html Css Color HEX #DF538D Dark Pink

📋 copy color: '#DF538D'

red 223 ◦ green 83 ◦ blue 141

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

Shades of Dark Pink #DF538D

Tints of Dark Pink #DF538D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 49.89%
G = 18.57%
B = 31.54%

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

#DF538D (or 0xDF538D) is known color: Dark Pink. HEX triplet: DF, 53 and 8D. RGB value is (223,83,141). Sum of RGB (Red+Green+Blue) = 223+83+141=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF538D is #20AC72. Grayscale: #838383. Windows color (decimal): -2141299 or 9262047. OLE color: 9262047.

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

Color convert

RGB 223 83 141 -
CMYK 0 0.63 0.37 0.13
HSL 335.14º 0.69% 0.6% -
HSV(B) 335.14º 0.63% 0.87% -
XYZ 38.33 23.8 27.77 -
YUV 131.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 223 83 141 0 0.63 0.37 0.13 335.14 0.69 0.6
Hex DF 53 8D 0 3F 25 D 14F 45 3C
Octal 337 123 215 0 77 45 15 517 105 74
Binary 11011111 1010011 10001101 0 111111 100101 1101 101001111 1000101 111100

Color Harmonies of #DF538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF538D

Black with #DF538D

Text Example


Text Example

White with #DF538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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