Html Css Color HEX #DF5DB4 Hot Pink

📋 copy color: '#DF5DB4'

red 223 ◦ green 93 ◦ blue 180

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

Shades of Hot Pink #DF5DB4

Tints of Hot Pink #DF5DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 44.96%
G = 18.75%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF5DB4 (or 0xDF5DB4) is known color: Hot Pink. HEX triplet: DF, 5D and B4. RGB value is (223,93,180). Sum of RGB (Red+Green+Blue) = 223+93+180=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5DB4 is #20A24B. Grayscale: #8D8D8D. Windows color (decimal): -2138700 or 11820511. OLE color: 11820511.

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

Color convert

RGB 223 93 180 -
CMYK 0 0.58 0.19 0.13
HSL 319.85º 0.67% 0.62% -
HSV(B) 319.85º 0.58% 0.87% -
XYZ 42.58 26.81 46.11 -
YUV 141.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 223 93 180 0 0.58 0.19 0.13 319.85 0.67 0.62
Hex DF 5D B4 0 3A 13 D 140 43 3E
Octal 337 135 264 0 72 23 15 500 103 76
Binary 11011111 1011101 10110100 0 111010 10011 1101 101000000 1000011 111110

Color Harmonies of #DF5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5DB4

Black with #DF5DB4

Text Example


Text Example

White with #DF5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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