Html Css Color HEX #DF528B Dark Pink

📋 copy color: '#DF528B'

red 223 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #DF528B

Tints of Dark Pink #DF528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.31%

R = 50.23%
G = 18.47%
B = 31.31%

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

#DF528B (or 0xDF528B) is known color: Dark Pink. HEX triplet: DF, 52 and 8B. RGB value is (223,82,139). Sum of RGB (Red+Green+Blue) = 223+82+139=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF528B is #20AD74. Grayscale: #828282. Windows color (decimal): -2141557 or 9130719. OLE color: 9130719.

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

Color convert

RGB 223 82 139 -
CMYK 0 0.63 0.38 0.13
HSL 335.74º 0.69% 0.6% -
HSV(B) 335.74º 0.63% 0.87% -
XYZ 38.11 23.59 26.97 -
YUV 130.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 223 82 139 0 0.63 0.38 0.13 335.74 0.69 0.6
Hex DF 52 8B 0 3F 26 D 150 45 3C
Octal 337 122 213 0 77 46 15 520 105 74
Binary 11011111 1010010 10001011 0 111111 100110 1101 101010000 1000101 111100

Color Harmonies of #DF528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF528B

Black with #DF528B

Text Example


Text Example

White with #DF528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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