Html Css Color HEX #DB24C2 Shocking Pink

📋 copy color: '#DB24C2'

red 219 ◦ green 36 ◦ blue 194

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

Shades of Shocking Pink #DB24C2

Tints of Shocking Pink #DB24C2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.02%

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

R = 48.78%
G = 8.02%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB24C2 (or 0xDB24C2) is known color: Shocking Pink. HEX triplet: DB, 24 and C2. RGB value is (219,36,194). Sum of RGB (Red+Green+Blue) = 219+36+194=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB24C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24C2 is #24DB3D. Grayscale: #6C6C6C. Windows color (decimal): -2415422 or 12723419. OLE color: 12723419.

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

Color convert

RGB 219 36 194 -
CMYK 0 0.84 0.11 0.14
HSL 308.2º 0.72% 0.5% -
HSV(B) 308.2º 0.84% 0.86% -
XYZ 39.58 20.22 52.85 -
YUV 108.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 219 36 194 0 0.84 0.11 0.14 308.2 0.72 0.5
Hex DB 24 C2 0 54 B E 134 48 32
Octal 333 44 302 0 124 13 16 464 110 62
Binary 11011011 100100 11000010 0 1010100 1011 1110 100110100 1001000 110010

Color Harmonies of #DB24C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB24C2

Black with #DB24C2

Text Example


Text Example

White with #DB24C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB24C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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