Html Css Color HEX #DF60B0 Hot Pink

📋 copy color: '#DF60B0'

red 223 ◦ green 96 ◦ blue 176

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

Shades of Hot Pink #DF60B0

Tints of Hot Pink #DF60B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 45.05%
G = 19.39%
B = 35.56%

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

#DF60B0 (or 0xDF60B0) is known color: Hot Pink. HEX triplet: DF, 60 and B0. RGB value is (223,96,176). Sum of RGB (Red+Green+Blue) = 223+96+176=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF60B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF60B0 is #209F4F. Grayscale: #8E8E8E. Windows color (decimal): -2137936 or 11559135. OLE color: 11559135.

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

Color convert

RGB 223 96 176 -
CMYK 0 0.57 0.21 0.13
HSL 322.2º 0.66% 0.63% -
HSV(B) 322.2º 0.57% 0.87% -
XYZ 42.45 27.19 44.08 -
YUV 143.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 223 96 176 0 0.57 0.21 0.13 322.2 0.66 0.63
Hex DF 60 B0 0 39 15 D 142 42 3F
Octal 337 140 260 0 71 25 15 502 102 77
Binary 11011111 1100000 10110000 0 111001 10101 1101 101000010 1000010 111111

Color Harmonies of #DF60B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF60B0

Black with #DF60B0

Text Example


Text Example

White with #DF60B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF60B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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