#D627B8

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

Shades of Shocking Pink #D627B8

Tints of Shocking Pink #D627B8

Color information

#D627B8 (or 0xD627B8) is unknown color: approx Shocking Pink. HEX triplet: D6, 27 and B8. RGB value is (214,39,184). Sum of RGB (Red+Green+Blue) = 214+39+184=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D627B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627B8 is #29D847. Grayscale: #6B6B6B. Windows color (decimal): -2742344 or 12068822. OLE color: 12068822.

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

Color convert

RGB21439184-
CMYK00.820.140.16
HSL310.29º69.17%49.61%-
HSV(B)310.29º81.78%83.92%-
XYZ37.1119.2147.1-
YUV107.85170.98203.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.97%
GREEN value IS 39 (15.62% from 255) = 8.92%
BLUE value IS 184 (72.27% from 255) = 42.11%
R=48.97%
G=8.92%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143918400.820.140.16310.2969.1749.61
HexD627B8052E101364532
Octal326472700122162046610562
Binary1101011010011110111000010100101110100001001101101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D627B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D627B8; }

 p { color: rgb(214,39,184); }

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

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

 a { background-color: rgb(214,39,184); }

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

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

 span { border-color: rgb(214,39,184); }

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