Html Css Color HEX #DF528A Dark Pink

📋 copy color: '#DF528A'

red 223 ◦ green 82 ◦ blue 138

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

Shades of Dark Pink #DF528A

Tints of Dark Pink #DF528A

RGB

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

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

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

R = 50.34%
G = 18.51%
B = 31.15%

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

#DF528A (or 0xDF528A) is known color: Dark Pink. HEX triplet: DF, 52 and 8A. RGB value is (223,82,138). Sum of RGB (Red+Green+Blue) = 223+82+138=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF528A is #20AD75. Grayscale: #828282. Windows color (decimal): -2141558 or 9065183. OLE color: 9065183.

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

Color convert

RGB 223 82 138 -
CMYK 0 0.63 0.38 0.13
HSL 336.17º 0.69% 0.6% -
HSV(B) 336.17º 0.63% 0.87% -
XYZ 38.04 23.56 26.59 -
YUV 130.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 223 82 138 0 0.63 0.38 0.13 336.17 0.69 0.6
Hex DF 52 8A 0 3F 26 D 150 45 3C
Octal 337 122 212 0 77 46 15 520 105 74
Binary 11011111 1010010 10001010 0 111111 100110 1101 101010000 1000101 111100

Color Harmonies of #DF528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF528A

Black with #DF528A

Text Example


Text Example

White with #DF528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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