#D425B4

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

Shades of Spicy Pink #D425B4

Tints of Spicy Pink #D425B4

Color information

#D425B4 (or 0xD425B4) is unknown color: approx Spicy Pink. HEX triplet: D4, 25 and B4. RGB value is (212,37,180). Sum of RGB (Red+Green+Blue) = 212+37+180=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D425B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425B4 is #2BDA4B. Grayscale: #696969. Windows color (decimal): -2873932 or 11806164. OLE color: 11806164.

HSL color Cylindrical-coordinate representation of color #D425B4: hue angle of 310.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425B4 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB21237180-
CMYK00.830.150.17
HSL310.97º70.28%48.82%-
HSV(B)310.97º82.55%83.14%-
XYZ36.0518.6244.87-
YUV105.63169.98203.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 37 (14.84% from 255) = 8.62%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=49.42%
G=8.62%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123718000.830.150.17310.9770.2848.82
HexD425B4053F111374631
Octal324452640123172146710661
Binary1101010010010110110100010100111111100011001101111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D425B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D425B4; }

 p { color: rgb(212,37,180); }

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

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

 a { background-color: rgb(212,37,180); }

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

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

 span { border-color: rgb(212,37,180); }

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