Html Css Color HEX #DF11B4 Shocking Pink

📋 copy color: '#DF11B4'

red 223 ◦ green 17 ◦ blue 180

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

Shades of Shocking Pink #DF11B4

Tints of Shocking Pink #DF11B4

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.05%

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 53.1%
G = 4.05%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DF11B4 (or 0xDF11B4) is known color: Shocking Pink. HEX triplet: DF, 11 and B4. RGB value is (223,17,180). Sum of RGB (Red+Green+Blue) = 223+17+180=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11B4 is #20EE4B. Grayscale: #606060. Windows color (decimal): -2158156 or 11801055. OLE color: 11801055.

HSL color Cylindrical-coordinate representation of color #DF11B4: hue angle of 312.52º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF11B4 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 180 -
CMYK 0 0.92 0.19 0.13
HSL 312.52º 0.86% 0.47% -
HSV(B) 312.52º 0.92% 0.87% -
XYZ 38.87 19.38 44.87 -
YUV 97.18 174.75 217.75 -
System Red Green Blue C M Y K H S L
Decimal 223 17 180 0 0.92 0.19 0.13 312.52 0.86 0.47
Hex DF 11 B4 0 5C 13 D 139 56 2F
Octal 337 21 264 0 134 23 15 471 126 57
Binary 11011111 10001 10110100 0 1011100 10011 1101 100111001 1010110 101111

Color Harmonies of #DF11B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF11B4

Black with #DF11B4

Text Example


Text Example

White with #DF11B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF11B4; }

 p { color: rgb(223,17,180); }

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

background-color css

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

 a { background-color: rgb(223,17,180); }

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

border-color css

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

 span { border-color: rgb(223,17,180); }

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