Html Css Color HEX #DF5690 Dark Pink

📋 copy color: '#DF5690'

red 223 ◦ green 86 ◦ blue 144

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

Shades of Dark Pink #DF5690

Tints of Dark Pink #DF5690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

 BLUE value IS 144 (56.64% from 255) = 31.79%

R = 49.23%
G = 18.98%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF5690 (or 0xDF5690) is known color: Dark Pink. HEX triplet: DF, 56 and 90. RGB value is (223,86,144). Sum of RGB (Red+Green+Blue) = 223+86+144=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5690 is #20A96F. Grayscale: #858585. Windows color (decimal): -2140528 or 9459423. OLE color: 9459423.

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

Color convert

RGB 223 86 144 -
CMYK 0 0.61 0.35 0.13
HSL 334.6º 0.68% 0.61% -
HSV(B) 334.6º 0.61% 0.87% -
XYZ 38.79 24.36 29.04 -
YUV 133.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 223 86 144 0 0.61 0.35 0.13 334.6 0.68 0.61
Hex DF 56 90 0 3D 23 D 14F 44 3D
Octal 337 126 220 0 75 43 15 517 104 75
Binary 11011111 1010110 10010000 0 111101 100011 1101 101001111 1000100 111101

Color Harmonies of #DF5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5690

Black with #DF5690

Text Example


Text Example

White with #DF5690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5690; }

 p { color: rgb(223,86,144); }

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

background-color css

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

 a { background-color: rgb(223,86,144); }

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

border-color css

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

 span { border-color: rgb(223,86,144); }

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