Html Css Color HEX #D14FFA Heliotrope

📋 copy color: '#D14FFA'

red 209 ◦ green 79 ◦ blue 250

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

Shades of Heliotrope #D14FFA

Tints of Heliotrope #D14FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.68%

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

R = 38.85%
G = 14.68%
B = 46.47%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D14FFA (or 0xD14FFA) is known color: Heliotrope. HEX triplet: D1, 4F and FA. RGB value is (209,79,250). Sum of RGB (Red+Green+Blue) = 209+79+250=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #D14FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FFA is #2EB005. Grayscale: #888888. Windows color (decimal): -3059718 or 16404433. OLE color: 16404433.

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

Color convert

RGB 209 79 250 -
CMYK 0.16 0.68 0 0.02
HSL 285.61º 0.94% 0.65% -
HSV(B) 285.61º 0.68% 0.98% -
XYZ 46.35 26.05 93.03 -
YUV 137.36 191.57 179.1 -
System Red Green Blue C M Y K H S L
Decimal 209 79 250 0.16 0.68 0 0.02 285.61 0.94 0.65
Hex D1 4F FA 10 44 0 2 11E 5E 41
Octal 321 117 372 20 104 0 2 436 136 101
Binary 11010001 1001111 11111010 10000 1000100 0 10 100011110 1011110 1000001

Color Harmonies of #D14FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FFA

Black with #D14FFA

Text Example


Text Example

White with #D14FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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