#D25CFD

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

Shades of Heliotrope #D25CFD

Tints of Heliotrope #D25CFD

Color information

#D25CFD (or 0xD25CFD) is unknown color: approx Heliotrope. HEX triplet: D2, 5C and FD. RGB value is (210,92,253). Sum of RGB (Red+Green+Blue) = 210+92+253=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #D25CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25CFD is #2DA302. Grayscale: #919191. Windows color (decimal): -2990851 or 16604370. OLE color: 16604370.

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

Color convert

RGB21092253-
CMYK0.170.6400.01
HSL283.98º97.58%67.65%-
HSV(B)283.98º63.64%99.22%-
XYZ48.1428.4595.88-
YUV145.64188.59173.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 92 (36.33% from 255) = 16.58%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=37.84%
G=16.58%
B=45.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210922530.170.6400.01283.9897.5867.65
HexD25CFD11400111c6244
Octal3221343752110001434142104
Binary110100101011100111111011000110000000110001110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25CFD; }

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

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

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

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

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

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

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

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