Html Css Color HEX #DF5C84 Dark Pink

📋 copy color: '#DF5C84'

red 223 ◦ green 92 ◦ blue 132

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

Shades of Dark Pink #DF5C84

Tints of Dark Pink #DF5C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 49.89%
G = 20.58%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF5C84 (or 0xDF5C84) is known color: Dark Pink. HEX triplet: DF, 5C and 84. RGB value is (223,92,132). Sum of RGB (Red+Green+Blue) = 223+92+132=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5C84 is #20A37B. Grayscale: #878787. Windows color (decimal): -2139004 or 8674527. OLE color: 8674527.

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

Color convert

RGB 223 92 132 -
CMYK 0 0.59 0.41 0.13
HSL 341.68º 0.67% 0.62% -
HSV(B) 341.68º 0.59% 0.87% -
XYZ 38.42 25.01 24.63 -
YUV 135.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 223 92 132 0 0.59 0.41 0.13 341.68 0.67 0.62
Hex DF 5C 84 0 3B 29 D 156 43 3E
Octal 337 134 204 0 73 51 15 526 103 76
Binary 11011111 1011100 10000100 0 111011 101001 1101 101010110 1000011 111110

Color Harmonies of #DF5C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C84

Black with #DF5C84

Text Example


Text Example

White with #DF5C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C84; }

 p { color: rgb(223,92,132); }

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

background-color css

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

 a { background-color: rgb(223,92,132); }

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

border-color css

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

 span { border-color: rgb(223,92,132); }

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