Html Css Color HEX #DF5CB2 Hot Pink

📋 copy color: '#DF5CB2'

red 223 ◦ green 92 ◦ blue 178

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

Shades of Hot Pink #DF5CB2

Tints of Hot Pink #DF5CB2

RGB

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

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

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

R = 45.23%
G = 18.66%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF5CB2 (or 0xDF5CB2) is known color: Hot Pink. HEX triplet: DF, 5C and B2. RGB value is (223,92,178). Sum of RGB (Red+Green+Blue) = 223+92+178=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5CB2 is #20A34D. Grayscale: #8C8C8C. Windows color (decimal): -2138958 or 11689183. OLE color: 11689183.

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

Color convert

RGB 223 92 178 -
CMYK 0 0.59 0.20 0.13
HSL 320.61º 0.67% 0.62% -
HSV(B) 320.61º 0.59% 0.87% -
XYZ 42.29 26.56 45.02 -
YUV 140.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 223 92 178 0 0.59 0.20 0.13 320.61 0.67 0.62
Hex DF 5C B2 0 3B 14 D 141 43 3E
Octal 337 134 262 0 73 24 15 501 103 76
Binary 11011111 1011100 10110010 0 111011 10100 1101 101000001 1000011 111110

Color Harmonies of #DF5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5CB2

Black with #DF5CB2

Text Example


Text Example

White with #DF5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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