#D25BED

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

Shades of Heliotrope #D25BED

Tints of Heliotrope #D25BED

Color information

#D25BED (or 0xD25BED) is unknown color: approx Heliotrope. HEX triplet: D2, 5B and ED. RGB value is (210,91,237). Sum of RGB (Red+Green+Blue) = 210+91+237=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #D25BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25BED is #2DA412. Grayscale: #8E8E8E. Windows color (decimal): -2991123 or 15555538. OLE color: 15555538.

HSL color Cylindrical-coordinate representation of color #D25BED: hue angle of 288.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25BED is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21091237-
CMYK0.110.6200.07
HSL288.9º80.22%64.31%-
HSV(B)288.9º61.6%92.94%-
XYZ45.6127.382.99-
YUV143.22180.92175.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 91 (35.94% from 255) = 16.91%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=39.03%
G=16.91%
B=44.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal210912370.110.6200.07288.980.2264.31
HexD25BEDB3E071215040
Octal322133355137607441120100
Binary110100101011011111011011011111110011110010000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25BED; }

 p { color: rgb(210,91,237); }

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

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

 a { background-color: rgb(210,91,237); }

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

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

 span { border-color: rgb(210,91,237); }

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