#D825BC

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

Shades of Shocking Pink #D825BC

Tints of Shocking Pink #D825BC

Color information

#D825BC (or 0xD825BC) is unknown color: approx Shocking Pink. HEX triplet: D8, 25 and BC. RGB value is (216,37,188). Sum of RGB (Red+Green+Blue) = 216+37+188=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D825BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825BC is #27DA43. Grayscale: #6B6B6B. Windows color (decimal): -2611780 or 12330456. OLE color: 12330456.

HSL color Cylindrical-coordinate representation of color #D825BC: hue angle of 309.39º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825BC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB21637188-
CMYK00.830.130.15
HSL309.39º70.75%49.61%-
HSV(B)309.39º82.87%84.71%-
XYZ38.0619.5549.35-
YUV107.74173.3205.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 37 (14.84% from 255) = 8.39%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=48.98%
G=8.39%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163718800.830.130.15309.3970.7549.61
HexD825BC053DF1354732
Octal330452740123151746510762
Binary110110001001011011110001010011110111111001101011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D825BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D825BC; }

 p { color: rgb(216,37,188); }

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

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

 a { background-color: rgb(216,37,188); }

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

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

 span { border-color: rgb(216,37,188); }

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