Html Css Color HEX #D341FC Heliotrope

📋 copy color: '#D341FC'

red 211 ◦ green 65 ◦ blue 252

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

Shades of Heliotrope #D341FC

Tints of Heliotrope #D341FC

RGB

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

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

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

R = 39.96%
G = 12.31%
B = 47.73%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D341FC (or 0xD341FC) is known color: Heliotrope. HEX triplet: D3, 41 and FC. RGB value is (211,65,252). Sum of RGB (Red+Green+Blue) = 211+65+252=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #D341FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341FC is #2CBE03. Grayscale: #818181. Windows color (decimal): -2932228 or 16531923. OLE color: 16531923.

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

Color convert

RGB 211 65 252 -
CMYK 0.16 0.74 0 0.01
HSL 286.84º 0.97% 0.62% -
HSV(B) 286.84º 0.74% 0.99% -
XYZ 46.32 24.66 94.41 -
YUV 129.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 211 65 252 0.16 0.74 0 0.01 286.84 0.97 0.62
Hex D3 41 FC 10 4A 0 1 11F 61 3E
Octal 323 101 374 20 112 0 1 437 141 76
Binary 11010011 1000001 11111100 10000 1001010 0 1 100011111 1100001 111110

Color Harmonies of #D341FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341FC

Black with #D341FC

Text Example


Text Example

White with #D341FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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