Html Css Color HEX #DF538A Dark Pink

📋 copy color: '#DF538A'

red 223 ◦ green 83 ◦ blue 138

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

Shades of Dark Pink #DF538A

Tints of Dark Pink #DF538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 50.23%
G = 18.69%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF538A (or 0xDF538A) is known color: Dark Pink. HEX triplet: DF, 53 and 8A. RGB value is (223,83,138). Sum of RGB (Red+Green+Blue) = 223+83+138=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF538A is #20AC75. Grayscale: #838383. Windows color (decimal): -2141302 or 9065439. OLE color: 9065439.

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

Color convert

RGB 223 83 138 -
CMYK 0 0.63 0.38 0.13
HSL 336.43º 0.69% 0.6% -
HSV(B) 336.43º 0.63% 0.87% -
XYZ 38.11 23.71 26.61 -
YUV 131.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 223 83 138 0 0.63 0.38 0.13 336.43 0.69 0.6
Hex DF 53 8A 0 3F 26 D 150 45 3C
Octal 337 123 212 0 77 46 15 520 105 74
Binary 11011111 1010011 10001010 0 111111 100110 1101 101010000 1000101 111100

Color Harmonies of #DF538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF538A

Black with #DF538A

Text Example


Text Example

White with #DF538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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