Html Css Color HEX #DF528C Dark Pink

📋 copy color: '#DF528C'

red 223 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #DF528C

Tints of Dark Pink #DF528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.43%

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

R = 50.11%
G = 18.43%
B = 31.46%

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

#DF528C (or 0xDF528C) is known color: Dark Pink. HEX triplet: DF, 52 and 8C. RGB value is (223,82,140). Sum of RGB (Red+Green+Blue) = 223+82+140=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF528C is #20AD73. Grayscale: #828282. Windows color (decimal): -2141556 or 9196255. OLE color: 9196255.

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

Color convert

RGB 223 82 140 -
CMYK 0 0.63 0.37 0.13
HSL 335.32º 0.69% 0.6% -
HSV(B) 335.32º 0.63% 0.87% -
XYZ 38.18 23.62 27.36 -
YUV 130.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 223 82 140 0 0.63 0.37 0.13 335.32 0.69 0.6
Hex DF 52 8C 0 3F 25 D 14F 45 3C
Octal 337 122 214 0 77 45 15 517 105 74
Binary 11011111 1010010 10001100 0 111111 100101 1101 101001111 1000101 111100

Color Harmonies of #DF528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF528C

Black with #DF528C

Text Example


Text Example

White with #DF528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF528C; }

 p { color: rgb(223,82,140); }

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

background-color css

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

 a { background-color: rgb(223,82,140); }

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

border-color css

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

 span { border-color: rgb(223,82,140); }

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