Html Css Color HEX #D14DFF Heliotrope

📋 copy color: '#D14DFF'

red 209 ◦ green 77 ◦ blue 255

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

Shades of Heliotrope #D14DFF

Tints of Heliotrope #D14DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.23%

 BLUE value IS 255 (100% from 255) = 47.13%

R = 38.63%
G = 14.23%
B = 47.13%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D14DFF (or 0xD14DFF) is known color: Heliotrope. HEX triplet: D1, 4D and FF. RGB value is (209,77,255). Sum of RGB (Red+Green+Blue) = 209+77+255=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #D14DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DFF is #2EB200. Grayscale: #888888. Windows color (decimal): -3060225 or 16731601. OLE color: 16731601.

HSL color Cylindrical-coordinate representation of color #D14DFF: hue angle of 284.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14DFF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 77 255 -
CMYK 0.18 0.70 0 0
HSL 284.49º 1% 0.65% -
HSV(B) 284.49º 0.7% 1% -
XYZ 47 26.08 97.17 -
YUV 136.76 194.73 179.53 -
System Red Green Blue C M Y K H S L
Decimal 209 77 255 0.18 0.70 0 0 284.49 1 0.65
Hex D1 4D FF 12 46 0 0 11C 64 41
Octal 321 115 377 22 106 0 0 434 144 101
Binary 11010001 1001101 11111111 10010 1000110 0 0 100011100 1100100 1000001

Color Harmonies of #D14DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14DFF

Black with #D14DFF

Text Example


Text Example

White with #D14DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14DFF; }

 p { color: rgb(209,77,255); }

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

background-color css

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

 a { background-color: rgb(209,77,255); }

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

border-color css

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

 span { border-color: rgb(209,77,255); }

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