Html Css Color HEX #DF23B0 Spicy Pink

📋 copy color: '#DF23B0'

red 223 ◦ green 35 ◦ blue 176

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

Shades of Spicy Pink #DF23B0

Tints of Spicy Pink #DF23B0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.06%

 BLUE value IS 176 (69.14% from 255) = 40.55%

R = 51.38%
G = 8.06%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF23B0 (or 0xDF23B0) is known color: Spicy Pink. HEX triplet: DF, 23 and B0. RGB value is (223,35,176). Sum of RGB (Red+Green+Blue) = 223+35+176=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23B0 is #20DC4F. Grayscale: #6A6A6A. Windows color (decimal): -2153552 or 11543519. OLE color: 11543519.

HSL color Cylindrical-coordinate representation of color #DF23B0: hue angle of 315º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23B0 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 176 -
CMYK 0 0.84 0.21 0.13
HSL 315º 0.75% 0.51% -
HSV(B) 315º 0.84% 0.87% -
XYZ 38.87 20.02 42.89 -
YUV 107.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 223 35 176 0 0.84 0.21 0.13 315 0.75 0.51
Hex DF 23 B0 0 54 15 D 13B 4B 33
Octal 337 43 260 0 124 25 15 473 113 63
Binary 11011111 100011 10110000 0 1010100 10101 1101 100111011 1001011 110011

Color Harmonies of #DF23B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF23B0

Black with #DF23B0

Text Example


Text Example

White with #DF23B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF23B0; }

 p { color: rgb(223,35,176); }

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

background-color css

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

 a { background-color: rgb(223,35,176); }

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

border-color css

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

 span { border-color: rgb(223,35,176); }

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