Html Css Color HEX #D15FEA Heliotrope

📋 copy color: '#D15FEA'

red 209 ◦ green 95 ◦ blue 234

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

Shades of Heliotrope #D15FEA

Tints of Heliotrope #D15FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 38.85%
G = 17.66%
B = 43.49%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D15FEA (or 0xD15FEA) is known color: Heliotrope. HEX triplet: D1, 5F and EA. RGB value is (209,95,234). Sum of RGB (Red+Green+Blue) = 209+95+234=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #D15FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FEA is #2EA015. Grayscale: #909090. Windows color (decimal): -3055638 or 15359953. OLE color: 15359953.

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

Color convert

RGB 209 95 234 -
CMYK 0.11 0.59 0 0.08
HSL 289.21º 0.77% 0.65% -
HSV(B) 289.21º 0.59% 0.92% -
XYZ 45.24 27.68 80.8 -
YUV 144.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 209 95 234 0.11 0.59 0 0.08 289.21 0.77 0.65
Hex D1 5F EA B 3B 0 8 121 4D 41
Octal 321 137 352 13 73 0 10 441 115 101
Binary 11010001 1011111 11101010 1011 111011 0 1000 100100001 1001101 1000001

Color Harmonies of #D15FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FEA

Black with #D15FEA

Text Example


Text Example

White with #D15FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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