#D182FB

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

Shades of Heliotrope #D182FB

Tints of Heliotrope #D182FB

Color information

#D182FB (or 0xD182FB) is unknown color: approx Heliotrope. HEX triplet: D1, 82 and FB. RGB value is (209,130,251). Sum of RGB (Red+Green+Blue) = 209+130+251=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #D182FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D182FB is #2E7D04. Grayscale: #A7A7A7. Windows color (decimal): -3046661 or 16483025. OLE color: 16483025.

HSL color Cylindrical-coordinate representation of color #D182FB: hue angle of 279.17º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D182FB is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209130251-
CMYK0.170.4800.02
HSL279.17º93.8%74.71%-
HSV(B)279.17º48.21%98.43%-
XYZ51.6936.4995.58-
YUV167.42175.17157.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 130 (51.17% from 255) = 22.03%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=35.42%
G=22.03%
B=42.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091302510.170.4800.02279.1793.874.71
HexD182FB1130021175e4b
Octal321202373216002427136113
Binary1101000110000010111110111000111000001010001011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182FB; }

 p { color: rgb(209,130,251); }

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

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

 a { background-color: rgb(209,130,251); }

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

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

 span { border-color: rgb(209,130,251); }

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