#D275EA

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

Shades of Heliotrope #D275EA

Tints of Heliotrope #D275EA

Color information

#D275EA (or 0xD275EA) is unknown color: approx Heliotrope. HEX triplet: D2, 75 and EA. RGB value is (210,117,234). Sum of RGB (Red+Green+Blue) = 210+117+234=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #D275EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D275EA is #2D8A15. Grayscale: #9D9D9D. Windows color (decimal): -2984470 or 15365586. OLE color: 15365586.

HSL color Cylindrical-coordinate representation of color #D275EA: hue angle of 287.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D275EA is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210117234-
CMYK0.100.500.08
HSL287.69º73.58%68.82%-
HSV(B)287.69º50%91.76%-
XYZ47.7932.3681.57-
YUV158.14170.81164.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 117 (46.09% from 255) = 20.86%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=37.43%
G=20.86%
B=41.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101172340.100.500.08287.6973.5868.82
HexD275EAA32081204a45
Octal3221653521262010440112105
Binary1101001011101011110101010101100100100010010000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275EA; }

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

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

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

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

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

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

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

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