#D245FD

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

Shades of Heliotrope #D245FD

Tints of Heliotrope #D245FD

Color information

#D245FD (or 0xD245FD) is unknown color: approx Heliotrope. HEX triplet: D2, 45 and FD. RGB value is (210,69,253). Sum of RGB (Red+Green+Blue) = 210+69+253=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 69 (27.34% from 255 or 12.97% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #D245FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245FD is #2DBA02. Grayscale: #838383. Windows color (decimal): -2996739 or 16598482. OLE color: 16598482.

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

Color convert

RGB21069253-
CMYK0.170.7300.01
HSL285.98º97.87%63.14%-
HSV(B)285.98º72.73%99.22%-
XYZ46.4425.0595.32-
YUV132.14196.21183.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 69 (27.34% from 255) = 12.97%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=39.47%
G=12.97%
B=47.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210692530.170.7300.01285.9897.8763.14
HexD245FD11490111e623f
Octal322105375211110143614277
Binary11010010100010111111101100011001001011000111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D245FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D245FD; }

 p { color: rgb(210,69,253); }

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

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

 a { background-color: rgb(210,69,253); }

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

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

 span { border-color: rgb(210,69,253); }

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