Html Css Color HEX #DF60B1 Hot Pink

📋 copy color: '#DF60B1'

red 223 ◦ green 96 ◦ blue 177

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

Shades of Hot Pink #DF60B1

Tints of Hot Pink #DF60B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.69%

R = 44.96%
G = 19.35%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF60B1 (or 0xDF60B1) is known color: Hot Pink. HEX triplet: DF, 60 and B1. RGB value is (223,96,177). Sum of RGB (Red+Green+Blue) = 223+96+177=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60B1 is #209F4E. Grayscale: #8F8F8F. Windows color (decimal): -2137935 or 11624671. OLE color: 11624671.

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

Color convert

RGB 223 96 177 -
CMYK 0 0.57 0.21 0.13
HSL 321.73º 0.66% 0.63% -
HSV(B) 321.73º 0.57% 0.87% -
XYZ 42.55 27.23 44.61 -
YUV 143.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 223 96 177 0 0.57 0.21 0.13 321.73 0.66 0.63
Hex DF 60 B1 0 39 15 D 142 42 3F
Octal 337 140 261 0 71 25 15 502 102 77
Binary 11011111 1100000 10110001 0 111001 10101 1101 101000010 1000010 111111

Color Harmonies of #DF60B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60B1

Black with #DF60B1

Text Example


Text Example

White with #DF60B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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