#D152FA

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

Shades of Heliotrope #D152FA

Tints of Heliotrope #D152FA

Color information

#D152FA (or 0xD152FA) is unknown color: approx Heliotrope. HEX triplet: D1, 52 and FA. RGB value is (209,82,250). Sum of RGB (Red+Green+Blue) = 209+82+250=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #D152FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152FA is #2EAD05. Grayscale: #8A8A8A. Windows color (decimal): -3058950 or 16405201. OLE color: 16405201.

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

Color convert

RGB20982250-
CMYK0.160.6700.02
HSL285.36º94.38%65.1%-
HSV(B)285.36º67.2%98.04%-
XYZ46.5726.4993.1-
YUV139.12190.58177.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 82 (32.42% from 255) = 15.16%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=38.63%
G=15.16%
B=46.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209822500.160.6700.02285.3694.3865.1
HexD152FA10430211d5e41
Octal3211223722010302435136101
Binary1101000110100101111101010000100001101010001110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D152FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D152FA; }

 p { color: rgb(209,82,250); }

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

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

 a { background-color: rgb(209,82,250); }

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

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

 span { border-color: rgb(209,82,250); }

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