Html Css Color HEX #DF5CB6 Hot Pink

📋 copy color: '#DF5CB6'

red 223 ◦ green 92 ◦ blue 182

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

Shades of Hot Pink #DF5CB6

Tints of Hot Pink #DF5CB6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.51%

 BLUE value IS 182 (71.48% from 255) = 36.62%

R = 44.87%
G = 18.51%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DF5CB6 (or 0xDF5CB6) is known color: Hot Pink. HEX triplet: DF, 5C and B6. RGB value is (223,92,182). Sum of RGB (Red+Green+Blue) = 223+92+182=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5CB6 is #20A349. Grayscale: #8D8D8D. Windows color (decimal): -2138954 or 11951327. OLE color: 11951327.

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

Color convert

RGB 223 92 182 -
CMYK 0 0.59 0.18 0.13
HSL 318.78º 0.67% 0.62% -
HSV(B) 318.78º 0.59% 0.87% -
XYZ 42.7 26.72 47.16 -
YUV 141.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 223 92 182 0 0.59 0.18 0.13 318.78 0.67 0.62
Hex DF 5C B6 0 3B 12 D 13F 43 3E
Octal 337 134 266 0 73 22 15 477 103 76
Binary 11011111 1011100 10110110 0 111011 10010 1101 100111111 1000011 111110

Color Harmonies of #DF5CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5CB6

Black with #DF5CB6

Text Example


Text Example

White with #DF5CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5CB6; }

 p { color: rgb(223,92,182); }

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

background-color css

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

 a { background-color: rgb(223,92,182); }

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

border-color css

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

 span { border-color: rgb(223,92,182); }

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