Html Css Color HEX #D15BED Heliotrope

📋 copy color: '#D15BED'

red 209 ◦ green 91 ◦ blue 237

#D15BED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D15BED

Tints of Heliotrope #D15BED

RGB

 RED value IS 209 (82.03% from 255) = 38.92%

 GREEN value IS 91 (35.94% from 255) = 16.95%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 38.92%
G = 16.95%
B = 44.13%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D15BED (or 0xD15BED) is known color: Heliotrope. HEX triplet: D1, 5B and ED. RGB value is (209,91,237). Sum of RGB (Red+Green+Blue) = 209+91+237=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #D15BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15BED is #2EA412. Grayscale: #8E8E8E. Windows color (decimal): -3056659 or 15555537. OLE color: 15555537.

HSL color Cylindrical-coordinate representation of color #D15BED: hue angle of 288.49º 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 #D15BED is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 91 237 -
CMYK 0.12 0.62 0 0.07
HSL 288.49º 0.8% 0.64% -
HSV(B) 288.49º 0.62% 0.93% -
XYZ 45.32 27.15 82.97 -
YUV 142.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 209 91 237 0.12 0.62 0 0.07 288.49 0.8 0.64
Hex D1 5B ED C 3E 0 7 120 50 40
Octal 321 133 355 14 76 0 7 440 120 100
Binary 11010001 1011011 11101101 1100 111110 0 111 100100000 1010000 1000000

Color Harmonies of #D15BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15BED

Black with #D15BED

Text Example


Text Example

White with #D15BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15BED; }

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

 H1.HeaderClassName
 {
   color: #D15BED;
 }
 .AnyTagClassName
 {
   color: #D15BED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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