Html Css Color HEX #D14AFE Heliotrope

📋 copy color: '#D14AFE'

red 209 ◦ green 74 ◦ blue 254

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

Shades of Heliotrope #D14AFE

Tints of Heliotrope #D14AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.78%

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

R = 38.92%
G = 13.78%
B = 47.3%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D14AFE (or 0xD14AFE) is known color: Heliotrope. HEX triplet: D1, 4A and FE. RGB value is (209,74,254). Sum of RGB (Red+Green+Blue) = 209+74+254=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #D14AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AFE is #2EB501. Grayscale: #868686. Windows color (decimal): -3060994 or 16665297. OLE color: 16665297.

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

Color convert

RGB 209 74 254 -
CMYK 0.18 0.71 0 0.00
HSL 285º 0.99% 0.64% -
HSV(B) 285º 0.71% 1% -
XYZ 46.63 25.61 96.25 -
YUV 134.89 195.23 180.86 -
System Red Green Blue C M Y K H S L
Decimal 209 74 254 0.18 0.71 0 0.00 285 0.99 0.64
Hex D1 4A FE 12 47 0 0 11D 63 40
Octal 321 112 376 22 107 0 0 435 143 100
Binary 11010001 1001010 11111110 10010 1000111 0 0 100011101 1100011 1000000

Color Harmonies of #D14AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14AFE

Black with #D14AFE

Text Example


Text Example

White with #D14AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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