Html Css Color HEX #D160FA Heliotrope

📋 copy color: '#D160FA'

red 209 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #D160FA

Tints of Heliotrope #D160FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 37.66%
G = 17.3%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D160FA (or 0xD160FA) is known color: Heliotrope. HEX triplet: D1, 60 and FA. RGB value is (209,96,250). Sum of RGB (Red+Green+Blue) = 209+96+250=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 96 (37.89% from 255 or 17.30% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #D160FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D160FA is #2E9F05. Grayscale: #929292. Windows color (decimal): -3055366 or 16408785. OLE color: 16408785.

HSL color Cylindrical-coordinate representation of color #D160FA: hue angle of 284.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D160FA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 96 250 -
CMYK 0.16 0.62 0 0.02
HSL 284.03º 0.94% 0.68% -
HSV(B) 284.03º 0.62% 0.98% -
XYZ 47.73 28.82 93.49 -
YUV 147.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 209 96 250 0.16 0.62 0 0.02 284.03 0.94 0.68
Hex D1 60 FA 10 3E 0 2 11C 5E 44
Octal 321 140 372 20 76 0 2 434 136 104
Binary 11010001 1100000 11111010 10000 111110 0 10 100011100 1011110 1000100

Color Harmonies of #D160FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D160FA

Black with #D160FA

Text Example


Text Example

White with #D160FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D160FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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