Html Css Color HEX #DF6180 Dark Pink

📋 copy color: '#DF6180'

red 223 ◦ green 97 ◦ blue 128

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

Shades of Dark Pink #DF6180

Tints of Dark Pink #DF6180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.65%

 BLUE value IS 128 (50.39% from 255) = 28.57%

R = 49.78%
G = 21.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF6180 (or 0xDF6180) is known color: Dark Pink. HEX triplet: DF, 61 and 80. RGB value is (223,97,128). Sum of RGB (Red+Green+Blue) = 223+97+128=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6180 is #209E7F. Grayscale: #8A8A8A. Windows color (decimal): -2137728 or 8413663. OLE color: 8413663.

HSL color Cylindrical-coordinate representation of color #DF6180: hue angle of 345.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6180 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 97 128 -
CMYK 0 0.57 0.43 0.13
HSL 345.24º 0.66% 0.63% -
HSV(B) 345.24º 0.57% 0.87% -
XYZ 38.6 25.8 23.37 -
YUV 138.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 223 97 128 0 0.57 0.43 0.13 345.24 0.66 0.63
Hex DF 61 80 0 39 2B D 159 42 3F
Octal 337 141 200 0 71 53 15 531 102 77
Binary 11011111 1100001 10000000 0 111001 101011 1101 101011001 1000010 111111

Color Harmonies of #DF6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6180

Black with #DF6180

Text Example


Text Example

White with #DF6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6180; }

 p { color: rgb(223,97,128); }

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

background-color css

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

 a { background-color: rgb(223,97,128); }

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

border-color css

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

 span { border-color: rgb(223,97,128); }

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