#D352FC

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

Shades of Heliotrope #D352FC

Tints of Heliotrope #D352FC

Color information

#D352FC (or 0xD352FC) is unknown color: approx Heliotrope. HEX triplet: D3, 52 and FC. RGB value is (211,82,252). Sum of RGB (Red+Green+Blue) = 211+82+252=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #D352FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352FC is #2CAD03. Grayscale: #8B8B8B. Windows color (decimal): -2927876 or 16536275. OLE color: 16536275.

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

Color convert

RGB21182252-
CMYK0.160.6700.01
HSL285.53º96.59%65.49%-
HSV(B)285.53º67.46%98.82%-
XYZ47.4526.9194.79-
YUV139.95191.24178.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.72%
GREEN value IS 82 (32.42% from 255) = 15.05%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=38.72%
G=15.05%
B=46.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal211822520.160.6700.01285.5396.5965.49
HexD352FC10430111e6141
Octal3231223742010301436141101
Binary110100111010010111111001000010000110110001111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D352FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D352FC; }

 p { color: rgb(211,82,252); }

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

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

 a { background-color: rgb(211,82,252); }

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

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

 span { border-color: rgb(211,82,252); }

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