Html Css Color HEX #DF5585 Dark Pink

📋 copy color: '#DF5585'

red 223 ◦ green 85 ◦ blue 133

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

Shades of Dark Pink #DF5585

Tints of Dark Pink #DF5585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.27%

 BLUE value IS 133 (52.34% from 255) = 30.16%

R = 50.57%
G = 19.27%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF5585 (or 0xDF5585) is known color: Dark Pink. HEX triplet: DF, 55 and 85. RGB value is (223,85,133). Sum of RGB (Red+Green+Blue) = 223+85+133=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5585 is #20AA7A. Grayscale: #838383. Windows color (decimal): -2140795 or 8738271. OLE color: 8738271.

HSL color Cylindrical-coordinate representation of color #DF5585: hue angle of 339.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5585 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 133 -
CMYK 0 0.62 0.40 0.13
HSL 339.13º 0.68% 0.6% -
HSV(B) 339.13º 0.62% 0.87% -
XYZ 37.91 23.88 24.8 -
YUV 131.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 223 85 133 0 0.62 0.40 0.13 339.13 0.68 0.6
Hex DF 55 85 0 3E 28 D 153 44 3C
Octal 337 125 205 0 76 50 15 523 104 74
Binary 11011111 1010101 10000101 0 111110 101000 1101 101010011 1000100 111100

Color Harmonies of #DF5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5585

Black with #DF5585

Text Example


Text Example

White with #DF5585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5585; }

 p { color: rgb(223,85,133); }

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

background-color css

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

 a { background-color: rgb(223,85,133); }

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

border-color css

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

 span { border-color: rgb(223,85,133); }

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