Html Css Color HEX #DF5289 Dark Pink

📋 copy color: '#DF5289'

red 223 ◦ green 82 ◦ blue 137

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

Shades of Dark Pink #DF5289

Tints of Dark Pink #DF5289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31%

R = 50.45%
G = 18.55%
B = 31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF5289 (or 0xDF5289) is known color: Dark Pink. HEX triplet: DF, 52 and 89. RGB value is (223,82,137). Sum of RGB (Red+Green+Blue) = 223+82+137=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5289 is #20AD76. Grayscale: #828282. Windows color (decimal): -2141559 or 8999647. OLE color: 8999647.

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

Color convert

RGB 223 82 137 -
CMYK 0 0.63 0.39 0.13
HSL 336.6º 0.69% 0.6% -
HSV(B) 336.6º 0.63% 0.87% -
XYZ 37.96 23.53 26.21 -
YUV 130.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 223 82 137 0 0.63 0.39 0.13 336.6 0.69 0.6
Hex DF 52 89 0 3F 27 D 151 45 3C
Octal 337 122 211 0 77 47 15 521 105 74
Binary 11011111 1010010 10001001 0 111111 100111 1101 101010001 1000101 111100

Color Harmonies of #DF5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5289

Black with #DF5289

Text Example


Text Example

White with #DF5289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5289; }

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

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

background-color css

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

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

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

border-color css

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

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

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