Html Css Color HEX #DF15BB Shocking Pink

📋 copy color: '#DF15BB'

red 223 ◦ green 21 ◦ blue 187

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

Shades of Shocking Pink #DF15BB

Tints of Shocking Pink #DF15BB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.87%

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 51.74%
G = 4.87%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DF15BB (or 0xDF15BB) is known color: Shocking Pink. HEX triplet: DF, 15 and BB. RGB value is (223,21,187). Sum of RGB (Red+Green+Blue) = 223+21+187=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15BB is #20EA44. Grayscale: #636363. Windows color (decimal): -2157125 or 12260831. OLE color: 12260831.

HSL color Cylindrical-coordinate representation of color #DF15BB: hue angle of 310.69º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF15BB is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 21 187 -
CMYK 0 0.91 0.16 0.13
HSL 310.69º 0.83% 0.48% -
HSV(B) 310.69º 0.91% 0.87% -
XYZ 39.67 19.81 48.75 -
YUV 100.32 176.92 215.5 -
System Red Green Blue C M Y K H S L
Decimal 223 21 187 0 0.91 0.16 0.13 310.69 0.83 0.48
Hex DF 15 BB 0 5B 10 D 137 53 30
Octal 337 25 273 0 133 20 15 467 123 60
Binary 11011111 10101 10111011 0 1011011 10000 1101 100110111 1010011 110000

Color Harmonies of #DF15BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15BB

Black with #DF15BB

Text Example


Text Example

White with #DF15BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15BB; }

 p { color: rgb(223,21,187); }

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

background-color css

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

 a { background-color: rgb(223,21,187); }

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

border-color css

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

 span { border-color: rgb(223,21,187); }

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