#D62BB5

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

Shades of Spicy Pink #D62BB5

Tints of Spicy Pink #D62BB5

Color information

#D62BB5 (or 0xD62BB5) is unknown color: approx Spicy Pink. HEX triplet: D6, 2B and B5. RGB value is (214,43,181). Sum of RGB (Red+Green+Blue) = 214+43+181=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62BB5 is #29D44A. Grayscale: #6D6D6D. Windows color (decimal): -2741323 or 11873238. OLE color: 11873238.

HSL color Cylindrical-coordinate representation of color #D62BB5: hue angle of 311.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62BB5 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB21443181-
CMYK00.800.150.16
HSL311.58º67.59%50.39%-
HSV(B)311.58º79.91%83.92%-
XYZ36.9419.3645.51-
YUV109.86168.15202.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 43 (17.19% from 255) = 9.82%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=48.86%
G=9.82%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144318100.800.150.16311.5867.5950.39
HexD62BB5050F101384432
Octal326532650120172047010462
Binary1101011010101110110101010100001111100001001110001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62BB5; }

 p { color: rgb(214,43,181); }

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

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

 a { background-color: rgb(214,43,181); }

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

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

 span { border-color: rgb(214,43,181); }

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