Html Css Color HEX #DF15B5 Shocking Pink

📋 copy color: '#DF15B5'

red 223 ◦ green 21 ◦ blue 181

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

Shades of Shocking Pink #DF15B5

Tints of Shocking Pink #DF15B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.59%

R = 52.47%
G = 4.94%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF15B5 (or 0xDF15B5) is known color: Shocking Pink. HEX triplet: DF, 15 and B5. RGB value is (223,21,181). Sum of RGB (Red+Green+Blue) = 223+21+181=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF15B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF15B5 is #20EA4A. Grayscale: #636363. Windows color (decimal): -2157131 or 11867615. OLE color: 11867615.

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

Color convert

RGB 223 21 181 -
CMYK 0 0.91 0.19 0.13
HSL 312.48º 0.83% 0.48% -
HSV(B) 312.48º 0.91% 0.87% -
XYZ 39.04 19.56 45.43 -
YUV 99.64 173.92 215.99 -
System Red Green Blue C M Y K H S L
Decimal 223 21 181 0 0.91 0.19 0.13 312.48 0.83 0.48
Hex DF 15 B5 0 5B 13 D 138 53 30
Octal 337 25 265 0 133 23 15 470 123 60
Binary 11011111 10101 10110101 0 1011011 10011 1101 100111000 1010011 110000

Color Harmonies of #DF15B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF15B5

Black with #DF15B5

Text Example


Text Example

White with #DF15B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF15B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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