Html Css Color HEX #D14FFC Heliotrope

📋 copy color: '#D14FFC'

red 209 ◦ green 79 ◦ blue 252

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

Shades of Heliotrope #D14FFC

Tints of Heliotrope #D14FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 38.7%
G = 14.63%
B = 46.67%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D14FFC (or 0xD14FFC) is known color: Heliotrope. HEX triplet: D1, 4F and FC. RGB value is (209,79,252). Sum of RGB (Red+Green+Blue) = 209+79+252=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 79 (31.25% from 255 or 14.63% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #D14FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FFC is #2EB003. Grayscale: #898989. Windows color (decimal): -3059716 or 16535505. OLE color: 16535505.

HSL color Cylindrical-coordinate representation of color #D14FFC: hue angle of 285.09º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14FFC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 79 252 -
CMYK 0.17 0.69 0 0.01
HSL 285.09º 0.97% 0.65% -
HSV(B) 285.09º 0.69% 0.99% -
XYZ 46.66 26.18 94.69 -
YUV 137.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 209 79 252 0.17 0.69 0 0.01 285.09 0.97 0.65
Hex D1 4F FC 11 45 0 1 11D 61 41
Octal 321 117 374 21 105 0 1 435 141 101
Binary 11010001 1001111 11111100 10001 1000101 0 1 100011101 1100001 1000001

Color Harmonies of #D14FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FFC

Black with #D14FFC

Text Example


Text Example

White with #D14FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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