Html Css Color HEX #D160EE Heliotrope

📋 copy color: '#D160EE'

red 209 ◦ green 96 ◦ blue 238

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

Shades of Heliotrope #D160EE

Tints of Heliotrope #D160EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.68%

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 38.49%
G = 17.68%
B = 43.83%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D160EE (or 0xD160EE) is known color: Heliotrope. HEX triplet: D1, 60 and EE. RGB value is (209,96,238). Sum of RGB (Red+Green+Blue) = 209+96+238=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #D160EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D160EE is #2E9F11. Grayscale: #919191. Windows color (decimal): -3055378 or 15622353. OLE color: 15622353.

HSL color Cylindrical-coordinate representation of color #D160EE: hue angle of 287.75º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D160EE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 96 238 -
CMYK 0.12 0.60 0 0.07
HSL 287.75º 0.81% 0.65% -
HSV(B) 287.75º 0.6% 0.93% -
XYZ 45.91 28.09 83.89 -
YUV 145.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 209 96 238 0.12 0.60 0 0.07 287.75 0.81 0.65
Hex D1 60 EE C 3C 0 7 120 51 41
Octal 321 140 356 14 74 0 7 440 121 101
Binary 11010001 1100000 11101110 1100 111100 0 111 100100000 1010001 1000001

Color Harmonies of #D160EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160EE

Black with #D160EE

Text Example


Text Example

White with #D160EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160EE; }

 p { color: rgb(209,96,238); }

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

background-color css

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

 a { background-color: rgb(209,96,238); }

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

border-color css

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

 span { border-color: rgb(209,96,238); }

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