#D04BFD

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

Shades of Heliotrope #D04BFD

Tints of Heliotrope #D04BFD

Color information

#D04BFD (or 0xD04BFD) is unknown color: approx Heliotrope. HEX triplet: D0, 4B and FD. RGB value is (208,75,253). Sum of RGB (Red+Green+Blue) = 208+75+253=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 75 (29.69% from 255 or 13.99% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #D04BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BFD is #2FB402. Grayscale: #868686. Windows color (decimal): -3126275 or 16600016. OLE color: 16600016.

HSL color Cylindrical-coordinate representation of color #D04BFD: hue angle of 284.83º 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 #D04BFD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20875253-
CMYK0.180.7000.01
HSL284.83º97.8%64.31%-
HSV(B)284.83º70.36%99.22%-
XYZ46.2625.5395.42-
YUV135.06194.56180.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 75 (29.69% from 255) = 13.99%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=38.81%
G=13.99%
B=47.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208752530.180.7000.01284.8397.864.31
HexD04BFD12460111d6240
Octal3201133752210601435142100
Binary110100001001011111111011001010001100110001110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04BFD; }

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

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

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

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

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

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

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

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