Html Css Color HEX #D340FE Heliotrope

📋 copy color: '#D340FE'

red 211 ◦ green 64 ◦ blue 254

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

Shades of Heliotrope #D340FE

Tints of Heliotrope #D340FE

RGB

 RED value IS 211 (82.81% from 255) = 39.89%

 GREEN value IS 64 (25.39% from 255) = 12.1%

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

R = 39.89%
G = 12.1%
B = 48.02%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D340FE (or 0xD340FE) is known color: Heliotrope. HEX triplet: D3, 40 and FE. RGB value is (211,64,254). Sum of RGB (Red+Green+Blue) = 211+64+254=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #D340FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340FE is #2CBF01. Grayscale: #818181. Windows color (decimal): -2932482 or 16662739. OLE color: 16662739.

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

Color convert

RGB 211 64 254 -
CMYK 0.17 0.75 0 0.00
HSL 286.42º 0.99% 0.62% -
HSV(B) 286.42º 0.75% 1% -
XYZ 46.59 24.67 96.07 -
YUV 129.61 198.2 186.05 -
System Red Green Blue C M Y K H S L
Decimal 211 64 254 0.17 0.75 0 0.00 286.42 0.99 0.62
Hex D3 40 FE 11 4B 0 0 11E 63 3E
Octal 323 100 376 21 113 0 0 436 143 76
Binary 11010011 1000000 11111110 10001 1001011 0 0 100011110 1100011 111110

Color Harmonies of #D340FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D340FE

Black with #D340FE

Text Example


Text Example

White with #D340FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D340FE; }

 p { color: rgb(211,64,254); }

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

background-color css

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

 a { background-color: rgb(211,64,254); }

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

border-color css

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

 span { border-color: rgb(211,64,254); }

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