#D275FF

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

Shades of Heliotrope #D275FF

Tints of Heliotrope #D275FF

Color information

#D275FF (or 0xD275FF) is unknown color: approx Heliotrope. HEX triplet: D2, 75 and FF. RGB value is (210,117,255). Sum of RGB (Red+Green+Blue) = 210+117+255=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #D275FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275FF is #2D8A00. Grayscale: #A0A0A0. Windows color (decimal): -2984449 or 16741842. OLE color: 16741842.

HSL color Cylindrical-coordinate representation of color #D275FF: hue angle of 280.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D275FF is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210117255-
CMYK0.180.5400
HSL280.43º100%72.94%-
HSV(B)280.43º54.12%100%-
XYZ50.9933.6498.41-
YUV160.54181.31163.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 117 (46.09% from 255) = 20.10%
BLUE value IS 255 (100% from 255) = 43.81%
R=36.08%
G=20.10%
B=43.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101172550.180.5400280.4310072.94
HexD275FF1236001186449
Octal322165377226600430144111
Binary11010010111010111111111100101101100010001100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275FF; }

 p { color: rgb(210,117,255); }

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

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

 a { background-color: rgb(210,117,255); }

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

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

 span { border-color: rgb(210,117,255); }

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