#DC25BE

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

Shades of Shocking Pink #DC25BE

Tints of Shocking Pink #DC25BE

Color information

#DC25BE (or 0xDC25BE) is unknown color: approx Shocking Pink. HEX triplet: DC, 25 and BE. RGB value is (220,37,190). Sum of RGB (Red+Green+Blue) = 220+37+190=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25BE is #23DA41. Grayscale: #6C6C6C. Windows color (decimal): -2349634 or 12461532. OLE color: 12461532.

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

Color convert

RGB22037190-
CMYK00.830.140.14
HSL309.84º72.33%50.39%-
HSV(B)309.84º83.18%86.27%-
XYZ39.4720.2650.54-
YUV109.16173.63207.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 37 (14.84% from 255) = 8.28%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=49.22%
G=8.28%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203719000.830.140.14309.8472.3350.39
HexDC25BE053EE1364832
Octal334452760123161646611062
Binary110111001001011011111001010011111011101001101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC25BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC25BE; }

 p { color: rgb(220,37,190); }

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

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

 a { background-color: rgb(220,37,190); }

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

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

 span { border-color: rgb(220,37,190); }

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