Html Css Color HEX #DF5596 Dark Pink

📋 copy color: '#DF5596'

red 223 ◦ green 85 ◦ blue 150

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

Shades of Dark Pink #DF5596

Tints of Dark Pink #DF5596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 48.69%
G = 18.56%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF5596 (or 0xDF5596) is known color: Dark Pink. HEX triplet: DF, 55 and 96. RGB value is (223,85,150). Sum of RGB (Red+Green+Blue) = 223+85+150=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5596 is #20AA69. Grayscale: #858585. Windows color (decimal): -2140778 or 9852383. OLE color: 9852383.

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

Color convert

RGB 223 85 150 -
CMYK 0 0.62 0.33 0.13
HSL 331.74º 0.68% 0.6% -
HSV(B) 331.74º 0.62% 0.87% -
XYZ 39.18 24.39 31.5 -
YUV 133.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 223 85 150 0 0.62 0.33 0.13 331.74 0.68 0.6
Hex DF 55 96 0 3E 21 D 14C 44 3C
Octal 337 125 226 0 76 41 15 514 104 74
Binary 11011111 1010101 10010110 0 111110 100001 1101 101001100 1000100 111100

Color Harmonies of #DF5596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5596

Black with #DF5596

Text Example


Text Example

White with #DF5596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5596; }

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

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

background-color css

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

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

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

border-color css

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

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

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