Html Css Color HEX #D161EC Heliotrope

📋 copy color: '#D161EC'

red 209 ◦ green 97 ◦ blue 236

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

Shades of Heliotrope #D161EC

Tints of Heliotrope #D161EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.9%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 38.56%
G = 17.9%
B = 43.54%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D161EC (or 0xD161EC) is known color: Heliotrope. HEX triplet: D1, 61 and EC. RGB value is (209,97,236). Sum of RGB (Red+Green+Blue) = 209+97+236=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #D161EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161EC is #2E9E13. Grayscale: #919191. Windows color (decimal): -3055124 or 15491537. OLE color: 15491537.

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

Color convert

RGB 209 97 236 -
CMYK 0.11 0.59 0 0.07
HSL 288.35º 0.79% 0.65% -
HSV(B) 288.35º 0.59% 0.93% -
XYZ 45.71 28.16 82.38 -
YUV 146.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 209 97 236 0.11 0.59 0 0.07 288.35 0.79 0.65
Hex D1 61 EC B 3B 0 7 120 4F 41
Octal 321 141 354 13 73 0 7 440 117 101
Binary 11010001 1100001 11101100 1011 111011 0 111 100100000 1001111 1000001

Color Harmonies of #D161EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D161EC

Black with #D161EC

Text Example


Text Example

White with #D161EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D161EC; }

 p { color: rgb(209,97,236); }

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

background-color css

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

 a { background-color: rgb(209,97,236); }

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

border-color css

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

 span { border-color: rgb(209,97,236); }

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