Html Css Color HEX #DF5892 Dark Pink

📋 copy color: '#DF5892'

red 223 ◦ green 88 ◦ blue 146

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

Shades of Dark Pink #DF5892

Tints of Dark Pink #DF5892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 48.8%
G = 19.26%
B = 31.95%

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

#DF5892 (or 0xDF5892) is known color: Dark Pink. HEX triplet: DF, 58 and 92. RGB value is (223,88,146). Sum of RGB (Red+Green+Blue) = 223+88+146=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5892 is #20A76D. Grayscale: #868686. Windows color (decimal): -2140014 or 9591007. OLE color: 9591007.

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

Color convert

RGB 223 88 146 -
CMYK 0 0.61 0.35 0.13
HSL 334.22º 0.68% 0.61% -
HSV(B) 334.22º 0.61% 0.87% -
XYZ 39.11 24.74 29.91 -
YUV 134.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 223 88 146 0 0.61 0.35 0.13 334.22 0.68 0.61
Hex DF 58 92 0 3D 23 D 14E 44 3D
Octal 337 130 222 0 75 43 15 516 104 75
Binary 11011111 1011000 10010010 0 111101 100011 1101 101001110 1000100 111101

Color Harmonies of #DF5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5892

Black with #DF5892

Text Example


Text Example

White with #DF5892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5892; }

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

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

background-color css

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

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

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

border-color css

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

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

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