Html Css Color HEX #DC20C4 Shocking Pink

📋 copy color: '#DC20C4'

red 220 ◦ green 32 ◦ blue 196

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

Shades of Shocking Pink #DC20C4

Tints of Shocking Pink #DC20C4

RGB

 RED value IS 220 (86.33% from 255) = 49.11%

 GREEN value IS 32 (12.89% from 255) = 7.14%

 BLUE value IS 196 (76.95% from 255) = 43.75%

R = 49.11%
G = 7.14%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC20C4 (or 0xDC20C4) is known color: Shocking Pink. HEX triplet: DC, 20 and C4. RGB value is (220,32,196). Sum of RGB (Red+Green+Blue) = 220+32+196=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20C4 is #23DF3B. Grayscale: #6A6A6A. Windows color (decimal): -2350908 or 12853468. OLE color: 12853468.

HSL color Cylindrical-coordinate representation of color #DC20C4: hue angle of 307.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20C4 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 196 -
CMYK 0 0.85 0.11 0.14
HSL 307.66º 0.75% 0.49% -
HSV(B) 307.66º 0.85% 0.86% -
XYZ 40 20.23 54.02 -
YUV 106.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 220 32 196 0 0.85 0.11 0.14 307.66 0.75 0.49
Hex DC 20 C4 0 55 B E 134 4B 31
Octal 334 40 304 0 125 13 16 464 113 61
Binary 11011100 100000 11000100 0 1010101 1011 1110 100110100 1001011 110001

Color Harmonies of #DC20C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC20C4

Black with #DC20C4

Text Example


Text Example

White with #DC20C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC20C4; }

 p { color: rgb(220,32,196); }

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

background-color css

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

 a { background-color: rgb(220,32,196); }

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

border-color css

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

 span { border-color: rgb(220,32,196); }

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