Html Css Color HEX #DB21C1 Shocking Pink

📋 copy color: '#DB21C1'

red 219 ◦ green 33 ◦ blue 193

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

Shades of Shocking Pink #DB21C1

Tints of Shocking Pink #DB21C1

RGB

 RED value IS 219 (85.94% from 255) = 49.21%

 GREEN value IS 33 (13.28% from 255) = 7.42%

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 49.21%
G = 7.42%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB21C1 (or 0xDB21C1) is known color: Shocking Pink. HEX triplet: DB, 21 and C1. RGB value is (219,33,193). Sum of RGB (Red+Green+Blue) = 219+33+193=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 33 (13.28% from 255 or 7.42% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21C1 is #24DE3E. Grayscale: #6A6A6A. Windows color (decimal): -2416191 or 12657115. OLE color: 12657115.

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

Color convert

RGB 219 33 193 -
CMYK 0 0.85 0.12 0.14
HSL 308.39º 0.74% 0.49% -
HSV(B) 308.39º 0.85% 0.86% -
XYZ 39.38 20 52.24 -
YUV 106.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 219 33 193 0 0.85 0.12 0.14 308.39 0.74 0.49
Hex DB 21 C1 0 55 C E 134 4A 31
Octal 333 41 301 0 125 14 16 464 112 61
Binary 11011011 100001 11000001 0 1010101 1100 1110 100110100 1001010 110001

Color Harmonies of #DB21C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21C1

Black with #DB21C1

Text Example


Text Example

White with #DB21C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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