Html Css Color HEX #DF23BE Shocking Pink

📋 copy color: '#DF23BE'

red 223 ◦ green 35 ◦ blue 190

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

Shades of Shocking Pink #DF23BE

Tints of Shocking Pink #DF23BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 49.78%
G = 7.81%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF23BE (or 0xDF23BE) is known color: Shocking Pink. HEX triplet: DF, 23 and BE. RGB value is (223,35,190). Sum of RGB (Red+Green+Blue) = 223+35+190=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23BE is #20DC41. Grayscale: #6C6C6C. Windows color (decimal): -2153538 or 12461023. OLE color: 12461023.

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

Color convert

RGB 223 35 190 -
CMYK 0 0.84 0.15 0.13
HSL 310.53º 0.75% 0.51% -
HSV(B) 310.53º 0.84% 0.87% -
XYZ 40.33 20.61 50.57 -
YUV 108.88 173.78 209.4 -
System Red Green Blue C M Y K H S L
Decimal 223 35 190 0 0.84 0.15 0.13 310.53 0.75 0.51
Hex DF 23 BE 0 54 F D 137 4B 33
Octal 337 43 276 0 124 17 15 467 113 63
Binary 11011111 100011 10111110 0 1010100 1111 1101 100110111 1001011 110011

Color Harmonies of #DF23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF23BE

Black with #DF23BE

Text Example


Text Example

White with #DF23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF23BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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