Html Css Color HEX #D341FE Heliotrope

📋 copy color: '#D341FE'

red 211 ◦ green 65 ◦ blue 254

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

Shades of Heliotrope #D341FE

Tints of Heliotrope #D341FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.26%

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

R = 39.81%
G = 12.26%
B = 47.92%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D341FE (or 0xD341FE) is known color: Heliotrope. HEX triplet: D3, 41 and FE. RGB value is (211,65,254). Sum of RGB (Red+Green+Blue) = 211+65+254=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #D341FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341FE is #2CBE01. Grayscale: #818181. Windows color (decimal): -2932226 or 16662995. OLE color: 16662995.

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

Color convert

RGB 211 65 254 -
CMYK 0.17 0.74 0 0.00
HSL 286.35º 0.99% 0.63% -
HSV(B) 286.35º 0.74% 1% -
XYZ 46.64 24.79 96.09 -
YUV 130.2 197.87 185.63 -
System Red Green Blue C M Y K H S L
Decimal 211 65 254 0.17 0.74 0 0.00 286.35 0.99 0.63
Hex D3 41 FE 11 4A 0 0 11E 63 3F
Octal 323 101 376 21 112 0 0 436 143 77
Binary 11010011 1000001 11111110 10001 1001010 0 0 100011110 1100011 111111

Color Harmonies of #D341FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341FE

Black with #D341FE

Text Example


Text Example

White with #D341FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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