#D276F2

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

Shades of Heliotrope #D276F2

Tints of Heliotrope #D276F2

Color information

#D276F2 (or 0xD276F2) is unknown color: approx Heliotrope. HEX triplet: D2, 76 and F2. RGB value is (210,118,242). Sum of RGB (Red+Green+Blue) = 210+118+242=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #D276F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276F2 is #2D890D. Grayscale: #9F9F9F. Windows color (decimal): -2984206 or 15890130. OLE color: 15890130.

HSL color Cylindrical-coordinate representation of color #D276F2: hue angle of 284.52º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D276F2 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210118242-
CMYK0.130.5100.05
HSL284.52º82.67%70.59%-
HSV(B)284.52º51.24%94.9%-
XYZ49.0833.0787.8-
YUV159.64174.48163.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 118 (46.48% from 255) = 20.70%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=36.84%
G=20.70%
B=42.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101182420.130.5100.05284.5282.6770.59
HexD276F2D330511d5347
Octal322166362156305435123107
Binary110100101110110111100101101110011010110001110110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276F2; }

 p { color: rgb(210,118,242); }

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

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

 a { background-color: rgb(210,118,242); }

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

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

 span { border-color: rgb(210,118,242); }

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