#DB21C2

Color #DB21C2 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #DB21C2

Tints of Shocking Pink #DB21C2

Color information

#DB21C2 (or 0xDB21C2) is unknown color: approx Shocking Pink. HEX triplet: DB, 21 and C2. RGB value is (219,33,194). Sum of RGB (Red+Green+Blue) = 219+33+194=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21C2 is #24DE3D. Grayscale: #6A6A6A. Windows color (decimal): -2416190 or 12722651. OLE color: 12722651.

HSL color Cylindrical-coordinate representation of color #DB21C2: hue angle of 308.06º degrees, saturation: 0.74, 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 #DB21C2 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB21933194-
CMYK00.850.110.14
HSL308.06º73.81%49.41%-
HSV(B)308.06º84.93%85.88%-
XYZ39.4920.0452.83-
YUV106.97177.12207.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.10%
GREEN value IS 33 (13.28% from 255) = 7.40%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=49.10%
G=7.40%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193319400.850.110.14308.0673.8149.41
HexDB21C2055BE1344a31
Octal333413020125131646411261
Binary110110111000011100001001010101101111101001101001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB21C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB21C2; }

 p { color: rgb(219,33,194); }

 H1.HeaderClassName
 {
   color: #DB21C2;
 }
 .AnyTagClassName
 {
   color: #DB21C2;
 }
</style>
background-color css

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

 a { background-color: rgb(219,33,194); }

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

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

 span { border-color: rgb(219,33,194); }

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