Html Css Color HEX #DF19C7 Shocking Pink

📋 copy color: '#DF19C7'

red 223 ◦ green 25 ◦ blue 199

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

Shades of Shocking Pink #DF19C7

Tints of Shocking Pink #DF19C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.52%

R = 49.89%
G = 5.59%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF19C7 (or 0xDF19C7) is known color: Shocking Pink. HEX triplet: DF, 19 and C7. RGB value is (223,25,199). Sum of RGB (Red+Green+Blue) = 223+25+199=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19C7 is #20E638. Grayscale: #676767. Windows color (decimal): -2156089 or 13048287. OLE color: 13048287.

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

Color convert

RGB 223 25 199 -
CMYK 0 0.89 0.11 0.13
HSL 307.27º 0.8% 0.49% -
HSV(B) 307.27º 0.89% 0.87% -
XYZ 41.09 20.51 55.83 -
YUV 104.04 181.6 212.85 -
System Red Green Blue C M Y K H S L
Decimal 223 25 199 0 0.89 0.11 0.13 307.27 0.8 0.49
Hex DF 19 C7 0 59 B D 133 50 31
Octal 337 31 307 0 131 13 15 463 120 61
Binary 11011111 11001 11000111 0 1011001 1011 1101 100110011 1010000 110001

Color Harmonies of #DF19C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19C7

Black with #DF19C7

Text Example


Text Example

White with #DF19C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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