#D54BFD

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

Shades of Heliotrope #D54BFD

Tints of Heliotrope #D54BFD

Color information

#D54BFD (or 0xD54BFD) is unknown color: approx Heliotrope. HEX triplet: D5, 4B and FD. RGB value is (213,75,253). Sum of RGB (Red+Green+Blue) = 213+75+253=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 75 (29.69% from 255 or 13.86% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #D54BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D54BFD is #2AB402. Grayscale: #878787. Windows color (decimal): -2798595 or 16600021. OLE color: 16600021.

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

Color convert

RGB21375253-
CMYK0.160.7000.01
HSL286.52º97.8%64.31%-
HSV(B)286.52º70.36%99.22%-
XYZ47.6926.2795.49-
YUV136.55193.72182.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 75 (29.69% from 255) = 13.86%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=39.37%
G=13.86%
B=46.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213752530.160.7000.01286.5297.864.31
HexD54BFD10460111f6240
Octal3251133752010601437142100
Binary110101011001011111111011000010001100110001111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54BFD; }

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

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

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

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

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

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

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

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