Html Css Color HEX #DF13C2 Shocking Pink

📋 copy color: '#DF13C2'

red 223 ◦ green 19 ◦ blue 194

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

Shades of Shocking Pink #DF13C2

Tints of Shocking Pink #DF13C2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.36%

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 51.15%
G = 4.36%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF13C2 (or 0xDF13C2) is known color: Shocking Pink. HEX triplet: DF, 13 and C2. RGB value is (223,19,194). Sum of RGB (Red+Green+Blue) = 223+19+194=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13C2 is #20EC3D. Grayscale: #636363. Windows color (decimal): -2157630 or 12719071. OLE color: 12719071.

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

Color convert

RGB 223 19 194 -
CMYK 0 0.91 0.13 0.13
HSL 308.53º 0.84% 0.47% -
HSV(B) 308.53º 0.91% 0.87% -
XYZ 40.4 20.05 52.78 -
YUV 99.95 181.09 215.77 -
System Red Green Blue C M Y K H S L
Decimal 223 19 194 0 0.91 0.13 0.13 308.53 0.84 0.47
Hex DF 13 C2 0 5B D D 135 54 2F
Octal 337 23 302 0 133 15 15 465 124 57
Binary 11011111 10011 11000010 0 1011011 1101 1101 100110101 1010100 101111

Color Harmonies of #DF13C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF13C2

Black with #DF13C2

Text Example


Text Example

White with #DF13C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF13C2; }

 p { color: rgb(223,19,194); }

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

background-color css

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

 a { background-color: rgb(223,19,194); }

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

border-color css

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

 span { border-color: rgb(223,19,194); }

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