Html Css Color HEX #DF5DB2 Hot Pink

📋 copy color: '#DF5DB2'

red 223 ◦ green 93 ◦ blue 178

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

Shades of Hot Pink #DF5DB2

Tints of Hot Pink #DF5DB2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.83%

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

R = 45.14%
G = 18.83%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF5DB2 (or 0xDF5DB2) is known color: Hot Pink. HEX triplet: DF, 5D and B2. RGB value is (223,93,178). Sum of RGB (Red+Green+Blue) = 223+93+178=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5DB2 is #20A24D. Grayscale: #8D8D8D. Windows color (decimal): -2138702 or 11689439. OLE color: 11689439.

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

Color convert

RGB 223 93 178 -
CMYK 0 0.58 0.20 0.13
HSL 320.77º 0.67% 0.62% -
HSV(B) 320.77º 0.58% 0.87% -
XYZ 42.38 26.73 45.05 -
YUV 141.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 223 93 178 0 0.58 0.20 0.13 320.77 0.67 0.62
Hex DF 5D B2 0 3A 14 D 141 43 3E
Octal 337 135 262 0 72 24 15 501 103 76
Binary 11011111 1011101 10110010 0 111010 10100 1101 101000001 1000011 111110

Color Harmonies of #DF5DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DB2

Black with #DF5DB2

Text Example


Text Example

White with #DF5DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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