#D75CF9

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

Shades of Heliotrope #D75CF9

Tints of Heliotrope #D75CF9

Color information

#D75CF9 (or 0xD75CF9) is unknown color: approx Heliotrope. HEX triplet: D7, 5C and F9. RGB value is (215,92,249). Sum of RGB (Red+Green+Blue) = 215+92+249=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 92 (36.33% from 255 or 16.55% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #D75CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CF9 is #28A306. Grayscale: #929292. Windows color (decimal): -2663175 or 16342231. OLE color: 16342231.

HSL color Cylindrical-coordinate representation of color #D75CF9: hue angle of 287.01º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75CF9 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21592249-
CMYK0.140.6300.02
HSL287.01º92.9%66.86%-
HSV(B)287.01º63.05%97.65%-
XYZ48.9528.9492.63-
YUV146.67185.75176.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 92 (36.33% from 255) = 16.55%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=38.67%
G=16.55%
B=44.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215922490.140.6300.02287.0192.966.86
HexD75CF9E3F0211f5d43
Octal327134371167702437135103
Binary11010111101110011111001111011111101010001111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CF9; }

 p { color: rgb(215,92,249); }

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

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

 a { background-color: rgb(215,92,249); }

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

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

 span { border-color: rgb(215,92,249); }

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