Html Css Color HEX #DB25B8 Shocking Pink

📋 copy color: '#DB25B8'

red 219 ◦ green 37 ◦ blue 184

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

Shades of Shocking Pink #DB25B8

Tints of Shocking Pink #DB25B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 49.77%
G = 8.41%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB25B8 (or 0xDB25B8) is known color: Shocking Pink. HEX triplet: DB, 25 and B8. RGB value is (219,37,184). Sum of RGB (Red+Green+Blue) = 219+37+184=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25B8 is #24DA47. Grayscale: #6B6B6B. Windows color (decimal): -2415176 or 12068315. OLE color: 12068315.

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

Color convert

RGB 219 37 184 -
CMYK 0 0.83 0.16 0.14
HSL 311.54º 0.72% 0.5% -
HSV(B) 311.54º 0.83% 0.86% -
XYZ 38.53 19.84 47.15 -
YUV 108.18 170.8 207.05 -
System Red Green Blue C M Y K H S L
Decimal 219 37 184 0 0.83 0.16 0.14 311.54 0.72 0.5
Hex DB 25 B8 0 53 10 E 138 48 32
Octal 333 45 270 0 123 20 16 470 110 62
Binary 11011011 100101 10111000 0 1010011 10000 1110 100111000 1001000 110010

Color Harmonies of #DB25B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25B8

Black with #DB25B8

Text Example


Text Example

White with #DB25B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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