Html Css Color HEX #D15FEB Heliotrope

📋 copy color: '#D15FEB'

red 209 ◦ green 95 ◦ blue 235

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

Shades of Heliotrope #D15FEB

Tints of Heliotrope #D15FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.63%

 BLUE value IS 235 (92.19% from 255) = 43.6%

R = 38.78%
G = 17.63%
B = 43.6%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D15FEB (or 0xD15FEB) is known color: Heliotrope. HEX triplet: D1, 5F and EB. RGB value is (209,95,235). Sum of RGB (Red+Green+Blue) = 209+95+235=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #D15FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FEB is #2EA014. Grayscale: #909090. Windows color (decimal): -3055637 or 15425489. OLE color: 15425489.

HSL color Cylindrical-coordinate representation of color #D15FEB: hue angle of 288.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15FEB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 95 235 -
CMYK 0.11 0.60 0 0.08
HSL 288.86º 0.78% 0.65% -
HSV(B) 288.86º 0.6% 0.92% -
XYZ 45.38 27.74 81.56 -
YUV 145.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 209 95 235 0.11 0.60 0 0.08 288.86 0.78 0.65
Hex D1 5F EB B 3C 0 8 121 4E 41
Octal 321 137 353 13 74 0 10 441 116 101
Binary 11010001 1011111 11101011 1011 111100 0 1000 100100001 1001110 1000001

Color Harmonies of #D15FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FEB

Black with #D15FEB

Text Example


Text Example

White with #D15FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FEB; }

 p { color: rgb(209,95,235); }

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

background-color css

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

 a { background-color: rgb(209,95,235); }

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

border-color css

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

 span { border-color: rgb(209,95,235); }

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