#D75FFB

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

Shades of Heliotrope #D75FFB

Tints of Heliotrope #D75FFB

Color information

#D75FFB (or 0xD75FFB) is unknown color: approx Heliotrope. HEX triplet: D7, 5F and FB. RGB value is (215,95,251). Sum of RGB (Red+Green+Blue) = 215+95+251=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D75FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75FFB is #28A004. Grayscale: #949494. Windows color (decimal): -2662405 or 16474071. OLE color: 16474071.

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

Color convert

RGB21595251-
CMYK0.140.6200.02
HSL286.15º95.12%67.84%-
HSV(B)286.15º62.15%98.43%-
XYZ49.5329.694.37-
YUV148.66185.76175.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 95 (37.5% from 255) = 16.93%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=38.32%
G=16.93%
B=44.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215952510.140.6200.02286.1595.1267.84
HexD75FFBE3E0211e5f44
Octal327137373167602436137104
Binary11010111101111111111011111011111001010001111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75FFB; }

 p { color: rgb(215,95,251); }

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

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

 a { background-color: rgb(215,95,251); }

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

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

 span { border-color: rgb(215,95,251); }

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