Html Css Color HEX #DF60B5 Hot Pink

📋 copy color: '#DF60B5'

red 223 ◦ green 96 ◦ blue 181

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

Shades of Hot Pink #DF60B5

Tints of Hot Pink #DF60B5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.2%

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 44.6%
G = 19.2%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF60B5 (or 0xDF60B5) is known color: Hot Pink. HEX triplet: DF, 60 and B5. RGB value is (223,96,181). Sum of RGB (Red+Green+Blue) = 223+96+181=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF60B5 is #209F4A. Grayscale: #8F8F8F. Windows color (decimal): -2137931 or 11886815. OLE color: 11886815.

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

Color convert

RGB 223 96 181 -
CMYK 0 0.57 0.19 0.13
HSL 319.84º 0.66% 0.63% -
HSV(B) 319.84º 0.57% 0.87% -
XYZ 42.95 27.39 46.74 -
YUV 143.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 223 96 181 0 0.57 0.19 0.13 319.84 0.66 0.63
Hex DF 60 B5 0 39 13 D 140 42 3F
Octal 337 140 265 0 71 23 15 500 102 77
Binary 11011111 1100000 10110101 0 111001 10011 1101 101000000 1000010 111111

Color Harmonies of #DF60B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60B5

Black with #DF60B5

Text Example


Text Example

White with #DF60B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60B5; }

 p { color: rgb(223,96,181); }

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

background-color css

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

 a { background-color: rgb(223,96,181); }

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

border-color css

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

 span { border-color: rgb(223,96,181); }

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