Html Css Color HEX #DF5885 Dark Pink

📋 copy color: '#DF5885'

red 223 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #DF5885

Tints of Dark Pink #DF5885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

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

R = 50.23%
G = 19.82%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF5885 (or 0xDF5885) is known color: Dark Pink. HEX triplet: DF, 58 and 85. RGB value is (223,88,133). Sum of RGB (Red+Green+Blue) = 223+88+133=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5885 is #20A77A. Grayscale: #858585. Windows color (decimal): -2140027 or 8739039. OLE color: 8739039.

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

Color convert

RGB 223 88 133 -
CMYK 0 0.61 0.40 0.13
HSL 340º 0.68% 0.61% -
HSV(B) 340º 0.61% 0.87% -
XYZ 38.15 24.36 24.88 -
YUV 133.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 223 88 133 0 0.61 0.40 0.13 340 0.68 0.61
Hex DF 58 85 0 3D 28 D 154 44 3D
Octal 337 130 205 0 75 50 15 524 104 75
Binary 11011111 1011000 10000101 0 111101 101000 1101 101010100 1000100 111101

Color Harmonies of #DF5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5885

Black with #DF5885

Text Example


Text Example

White with #DF5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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