Html Css Color HEX #DF19B3 Shocking Pink

📋 copy color: '#DF19B3'

red 223 ◦ green 25 ◦ blue 179

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

Shades of Shocking Pink #DF19B3

Tints of Shocking Pink #DF19B3

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.85%

 BLUE value IS 179 (70.31% from 255) = 41.92%

R = 52.22%
G = 5.85%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DF19B3 (or 0xDF19B3) is known color: Shocking Pink. HEX triplet: DF, 19 and B3. RGB value is (223,25,179). Sum of RGB (Red+Green+Blue) = 223+25+179=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19B3 is #20E64C. Grayscale: #656565. Windows color (decimal): -2156109 or 11737567. OLE color: 11737567.

HSL color Cylindrical-coordinate representation of color #DF19B3: hue angle of 313.33º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19B3 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 179 -
CMYK 0 0.89 0.20 0.13
HSL 313.33º 0.8% 0.49% -
HSV(B) 313.33º 0.89% 0.87% -
XYZ 38.92 19.64 44.39 -
YUV 101.76 171.6 214.48 -
System Red Green Blue C M Y K H S L
Decimal 223 25 179 0 0.89 0.20 0.13 313.33 0.8 0.49
Hex DF 19 B3 0 59 14 D 139 50 31
Octal 337 31 263 0 131 24 15 471 120 61
Binary 11011111 11001 10110011 0 1011001 10100 1101 100111001 1010000 110001

Color Harmonies of #DF19B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19B3

Black with #DF19B3

Text Example


Text Example

White with #DF19B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19B3; }

 p { color: rgb(223,25,179); }

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

background-color css

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

 a { background-color: rgb(223,25,179); }

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

border-color css

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

 span { border-color: rgb(223,25,179); }

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