Html Css Color HEX #D16FEA Heliotrope

📋 copy color: '#D16FEA'

red 209 ◦ green 111 ◦ blue 234

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

Shades of Heliotrope #D16FEA

Tints of Heliotrope #D16FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.04%

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

R = 37.73%
G = 20.04%
B = 42.24%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D16FEA (or 0xD16FEA) is known color: Heliotrope. HEX triplet: D1, 6F and EA. RGB value is (209,111,234). Sum of RGB (Red+Green+Blue) = 209+111+234=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #D16FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FEA is #2E9015. Grayscale: #999999. Windows color (decimal): -3051542 or 15364049. OLE color: 15364049.

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

Color convert

RGB 209 111 234 -
CMYK 0.11 0.53 0 0.08
HSL 287.8º 0.75% 0.68% -
HSV(B) 287.8º 0.53% 0.92% -
XYZ 46.83 30.86 81.33 -
YUV 154.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 209 111 234 0.11 0.53 0 0.08 287.8 0.75 0.68
Hex D1 6F EA B 35 0 8 120 4B 44
Octal 321 157 352 13 65 0 10 440 113 104
Binary 11010001 1101111 11101010 1011 110101 0 1000 100100000 1001011 1000100

Color Harmonies of #D16FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16FEA

Black with #D16FEA

Text Example


Text Example

White with #D16FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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