Html Css Color HEX #DF5FB2 Hot Pink

📋 copy color: '#DF5FB2'

red 223 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #DF5FB2

Tints of Hot Pink #DF5FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.15%

 BLUE value IS 178 (69.92% from 255) = 35.89%

R = 44.96%
G = 19.15%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF5FB2 (or 0xDF5FB2) is known color: Hot Pink. HEX triplet: DF, 5F and B2. RGB value is (223,95,178). Sum of RGB (Red+Green+Blue) = 223+95+178=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5FB2 is #20A04D. Grayscale: #8E8E8E. Windows color (decimal): -2138190 or 11689951. OLE color: 11689951.

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

Color convert

RGB 223 95 178 -
CMYK 0 0.57 0.20 0.13
HSL 321.09º 0.67% 0.62% -
HSV(B) 321.09º 0.57% 0.87% -
XYZ 42.56 27.09 45.1 -
YUV 142.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 223 95 178 0 0.57 0.20 0.13 321.09 0.67 0.62
Hex DF 5F B2 0 39 14 D 141 43 3E
Octal 337 137 262 0 71 24 15 501 103 76
Binary 11011111 1011111 10110010 0 111001 10100 1101 101000001 1000011 111110

Color Harmonies of #DF5FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5FB2

Black with #DF5FB2

Text Example


Text Example

White with #DF5FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5FB2; }

 p { color: rgb(223,95,178); }

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

background-color css

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

 a { background-color: rgb(223,95,178); }

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

border-color css

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

 span { border-color: rgb(223,95,178); }

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