#D275E8

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

Shades of Heliotrope #D275E8

Tints of Heliotrope #D275E8

Color information

#D275E8 (or 0xD275E8) is unknown color: approx Heliotrope. HEX triplet: D2, 75 and E8. RGB value is (210,117,232). Sum of RGB (Red+Green+Blue) = 210+117+232=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #D275E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275E8 is #2D8A17. Grayscale: #9D9D9D. Windows color (decimal): -2984472 or 15234514. OLE color: 15234514.

HSL color Cylindrical-coordinate representation of color #D275E8: hue angle of 288.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D275E8 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB210117232-
CMYK0.090.5000.09
HSL288.52º71.43%68.43%-
HSV(B)288.52º49.57%90.98%-
XYZ47.5132.2580.07-
YUV157.92169.81165.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 117 (46.09% from 255) = 20.93%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=37.57%
G=20.93%
B=41.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2101172320.090.5000.09288.5271.4368.43
HexD275E8932091214744
Octal3221653501162011441107104
Binary1101001011101011110100010011100100100110010000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275E8; }

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

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

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

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

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

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

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

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