Html Css Color HEX #DB25C0 Shocking Pink

📋 copy color: '#DB25C0'

red 219 ◦ green 37 ◦ blue 192

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

Shades of Shocking Pink #DB25C0

Tints of Shocking Pink #DB25C0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.26%

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 48.88%
G = 8.26%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB25C0 (or 0xDB25C0) is known color: Shocking Pink. HEX triplet: DB, 25 and C0. RGB value is (219,37,192). Sum of RGB (Red+Green+Blue) = 219+37+192=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25C0 is #24DA3F. Grayscale: #6C6C6C. Windows color (decimal): -2415168 or 12592603. OLE color: 12592603.

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

Color convert

RGB 219 37 192 -
CMYK 0 0.83 0.12 0.14
HSL 308.9º 0.72% 0.5% -
HSV(B) 308.9º 0.83% 0.86% -
XYZ 39.39 20.19 51.69 -
YUV 109.09 174.8 206.4 -
System Red Green Blue C M Y K H S L
Decimal 219 37 192 0 0.83 0.12 0.14 308.9 0.72 0.5
Hex DB 25 C0 0 53 C E 135 48 32
Octal 333 45 300 0 123 14 16 465 110 62
Binary 11011011 100101 11000000 0 1010011 1100 1110 100110101 1001000 110010

Color Harmonies of #DB25C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25C0

Black with #DB25C0

Text Example


Text Example

White with #DB25C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25C0; }

 p { color: rgb(219,37,192); }

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

background-color css

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

 a { background-color: rgb(219,37,192); }

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

border-color css

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

 span { border-color: rgb(219,37,192); }

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