#D652FD

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

Shades of Heliotrope #D652FD

Tints of Heliotrope #D652FD

Color information

#D652FD (or 0xD652FD) is unknown color: approx Heliotrope. HEX triplet: D6, 52 and FD. RGB value is (214,82,253). Sum of RGB (Red+Green+Blue) = 214+82+253=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 82 (32.42% from 255 or 14.94% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #D652FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D652FD is #29AD02. Grayscale: #8C8C8C. Windows color (decimal): -2731267 or 16601814. OLE color: 16601814.

HSL color Cylindrical-coordinate representation of color #D652FD: hue angle of 286.32º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D652FD is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21482253-
CMYK0.150.6800.01
HSL286.32º97.71%65.69%-
HSV(B)286.32º67.59%99.22%-
XYZ48.4827.4295.67-
YUV140.96191.23180.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.98%
GREEN value IS 82 (32.42% from 255) = 14.94%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=38.98%
G=14.94%
B=46.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal214822530.150.6800.01286.3297.7165.69
HexD652FDF440111e6242
Octal3261223751710401436142102
Binary11010110101001011111101111110001000110001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D652FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D652FD; }

 p { color: rgb(214,82,253); }

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

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

 a { background-color: rgb(214,82,253); }

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

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

 span { border-color: rgb(214,82,253); }

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