#D645FA

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

Shades of Heliotrope #D645FA

Tints of Heliotrope #D645FA

Color information

#D645FA (or 0xD645FA) is unknown color: approx Heliotrope. HEX triplet: D6, 45 and FA. RGB value is (214,69,250). Sum of RGB (Red+Green+Blue) = 214+69+250=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #D645FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D645FA is #29BA05. Grayscale: #848484. Windows color (decimal): -2734598 or 16401878. OLE color: 16401878.

HSL color Cylindrical-coordinate representation of color #D645FA: hue angle of 288.07º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D645FA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21469250-
CMYK0.140.7200.02
HSL288.07º94.76%62.55%-
HSV(B)288.07º72.4%98.04%-
XYZ47.1125.4592.87-
YUV132.99194.04185.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 69 (27.34% from 255) = 12.95%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=40.15%
G=12.95%
B=46.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214692500.140.7200.02288.0794.7662.55
HexD645FAE48021205f3f
Octal326105372161100244013777
Binary11010110100010111111010111010010000101001000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D645FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D645FA; }

 p { color: rgb(214,69,250); }

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

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

 a { background-color: rgb(214,69,250); }

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

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

 span { border-color: rgb(214,69,250); }

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