#D625B7

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

Shades of Shocking Pink #D625B7

Tints of Shocking Pink #D625B7

Color information

#D625B7 (or 0xD625B7) is unknown color: approx Shocking Pink. HEX triplet: D6, 25 and B7. RGB value is (214,37,183). Sum of RGB (Red+Green+Blue) = 214+37+183=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D625B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625B7 is #29DA48. Grayscale: #6A6A6A. Windows color (decimal): -2742857 or 12002774. OLE color: 12002774.

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

Color convert

RGB21437183-
CMYK00.830.140.16
HSL310.51º70.52%49.22%-
HSV(B)310.51º82.71%83.92%-
XYZ36.9419.0446.53-
YUV106.57171.14204.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 37 (14.84% from 255) = 8.53%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=49.31%
G=8.53%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2143718300.830.140.16310.5170.5249.22
HexD625B7053E101374731
Octal326452670123162046710761
Binary1101011010010110110111010100111110100001001101111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D625B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D625B7; }

 p { color: rgb(214,37,183); }

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

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

 a { background-color: rgb(214,37,183); }

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

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

 span { border-color: rgb(214,37,183); }

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