Html Css Color HEX #D164FE Heliotrope

📋 copy color: '#D164FE'

red 209 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #D164FE

Tints of Heliotrope #D164FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.76%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 37.12%
G = 17.76%
B = 45.12%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D164FE (or 0xD164FE) is known color: Heliotrope. HEX triplet: D1, 64 and FE. RGB value is (209,100,254). Sum of RGB (Red+Green+Blue) = 209+100+254=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 100 (39.45% from 255 or 17.76% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #D164FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164FE is #2E9B01. Grayscale: #959595. Windows color (decimal): -3054338 or 16671953. OLE color: 16671953.

HSL color Cylindrical-coordinate representation of color #D164FE: hue angle of 282.47º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D164FE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 209 100 254 -
CMYK 0.18 0.61 0 0.00
HSL 282.47º 0.99% 0.69% -
HSV(B) 282.47º 0.61% 1% -
XYZ 48.74 29.83 96.95 -
YUV 150.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 209 100 254 0.18 0.61 0 0.00 282.47 0.99 0.69
Hex D1 64 FE 12 3D 0 0 11A 63 45
Octal 321 144 376 22 75 0 0 432 143 105
Binary 11010001 1100100 11111110 10010 111101 0 0 100011010 1100011 1000101

Color Harmonies of #D164FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164FE

Black with #D164FE

Text Example


Text Example

White with #D164FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164FE; }

 p { color: rgb(209,100,254); }

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

background-color css

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

 a { background-color: rgb(209,100,254); }

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

border-color css

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

 span { border-color: rgb(209,100,254); }

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