Html Css Color HEX #DF15C0 Shocking Pink

📋 copy color: '#DF15C0'

red 223 ◦ green 21 ◦ blue 192

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

Shades of Shocking Pink #DF15C0

Tints of Shocking Pink #DF15C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 51.15%
G = 4.82%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF15C0 (or 0xDF15C0) is known color: Shocking Pink. HEX triplet: DF, 15 and C0. RGB value is (223,21,192). Sum of RGB (Red+Green+Blue) = 223+21+192=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15C0 is #20EA3F. Grayscale: #646464. Windows color (decimal): -2157120 or 12588511. OLE color: 12588511.

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

Color convert

RGB 223 21 192 -
CMYK 0 0.91 0.14 0.13
HSL 309.21º 0.83% 0.48% -
HSV(B) 309.21º 0.91% 0.87% -
XYZ 40.21 20.03 51.62 -
YUV 100.89 179.42 215.1 -
System Red Green Blue C M Y K H S L
Decimal 223 21 192 0 0.91 0.14 0.13 309.21 0.83 0.48
Hex DF 15 C0 0 5B E D 135 53 30
Octal 337 25 300 0 133 16 15 465 123 60
Binary 11011111 10101 11000000 0 1011011 1110 1101 100110101 1010011 110000

Color Harmonies of #DF15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15C0

Black with #DF15C0

Text Example


Text Example

White with #DF15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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