#D74CFB

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

Shades of Heliotrope #D74CFB

Tints of Heliotrope #D74CFB

Color information

#D74CFB (or 0xD74CFB) is unknown color: approx Heliotrope. HEX triplet: D7, 4C and FB. RGB value is (215,76,251). Sum of RGB (Red+Green+Blue) = 215+76+251=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #D74CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74CFB is #28B304. Grayscale: #888888. Windows color (decimal): -2667269 or 16469207. OLE color: 16469207.

HSL color Cylindrical-coordinate representation of color #D74CFB: hue angle of 287.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74CFB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21576251-
CMYK0.140.7000.02
HSL287.66º95.63%64.12%-
HSV(B)287.66º69.72%98.43%-
XYZ48.0226.5893.87-
YUV137.51192.05183.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 76 (30.08% from 255) = 14.02%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=39.67%
G=14.02%
B=46.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal215762510.140.7000.02287.6695.6364.12
HexD74CFBE46021206040
Octal3271143731610602440140100
Binary110101111001100111110111110100011001010010000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74CFB; }

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

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

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

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

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

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

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

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