Html Css Color HEX #DF15BE Shocking Pink

📋 copy color: '#DF15BE'

red 223 ◦ green 21 ◦ blue 190

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

Shades of Shocking Pink #DF15BE

Tints of Shocking Pink #DF15BE

RGB

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

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

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

R = 51.38%
G = 4.84%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF15BE (or 0xDF15BE) is known color: Shocking Pink. HEX triplet: DF, 15 and BE. RGB value is (223,21,190). Sum of RGB (Red+Green+Blue) = 223+21+190=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15BE is #20EA41. Grayscale: #646464. Windows color (decimal): -2157122 or 12457439. OLE color: 12457439.

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

Color convert

RGB 223 21 190 -
CMYK 0 0.91 0.15 0.13
HSL 309.8º 0.83% 0.48% -
HSV(B) 309.8º 0.91% 0.87% -
XYZ 39.99 19.94 50.46 -
YUV 100.66 178.42 215.26 -
System Red Green Blue C M Y K H S L
Decimal 223 21 190 0 0.91 0.15 0.13 309.8 0.83 0.48
Hex DF 15 BE 0 5B F D 136 53 30
Octal 337 25 276 0 133 17 15 466 123 60
Binary 11011111 10101 10111110 0 1011011 1111 1101 100110110 1010011 110000

Color Harmonies of #DF15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15BE

Black with #DF15BE

Text Example


Text Example

White with #DF15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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