#D14BFD

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

Shades of Heliotrope #D14BFD

Tints of Heliotrope #D14BFD

Color information

#D14BFD (or 0xD14BFD) is unknown color: approx Heliotrope. HEX triplet: D1, 4B and FD. RGB value is (209,75,253). Sum of RGB (Red+Green+Blue) = 209+75+253=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 75 (29.69% from 255 or 13.97% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #D14BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BFD is #2EB402. Grayscale: #868686. Windows color (decimal): -3060739 or 16600017. OLE color: 16600017.

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

Color convert

RGB20975253-
CMYK0.170.7000.01
HSL285.17º97.8%64.31%-
HSV(B)285.17º70.36%99.22%-
XYZ46.5425.6895.43-
YUV135.36194.39180.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 75 (29.69% from 255) = 13.97%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=38.92%
G=13.97%
B=47.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal209752530.170.7000.01285.1797.864.31
HexD14BFD11460111d6240
Octal3211133752110601435142100
Binary110100011001011111111011000110001100110001110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14BFD; }

 p { color: rgb(209,75,253); }

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

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

 a { background-color: rgb(209,75,253); }

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

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

 span { border-color: rgb(209,75,253); }

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