#D275F8

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

Shades of Heliotrope #D275F8

Tints of Heliotrope #D275F8

Color information

#D275F8 (or 0xD275F8) is unknown color: approx Heliotrope. HEX triplet: D2, 75 and F8. RGB value is (210,117,248). Sum of RGB (Red+Green+Blue) = 210+117+248=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 117 (46.09% from 255 or 20.35% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #D275F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275F8 is #2D8A07. Grayscale: #9F9F9F. Windows color (decimal): -2984456 or 16283090. OLE color: 16283090.

HSL color Cylindrical-coordinate representation of color #D275F8: hue angle of 282.6º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D275F8 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210117248-
CMYK0.150.5300.03
HSL282.6º90.34%71.57%-
HSV(B)282.6º52.82%97.25%-
XYZ49.8833.292.59-
YUV159.74177.81163.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 117 (46.09% from 255) = 20.35%
BLUE value IS 248 (97.27% from 255) = 43.13%
R=36.52%
G=20.35%
B=43.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2101172480.150.5300.03282.690.3471.57
HexD275F8F350311b5a48
Octal322165370176503433132110
Binary11010010111010111111000111111010101110001101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275F8; }

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

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

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

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

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

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

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

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