Html Css Color HEX #D346FA Heliotrope

📋 copy color: '#D346FA'

red 211 ◦ green 70 ◦ blue 250

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

Shades of Heliotrope #D346FA

Tints of Heliotrope #D346FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.18%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 39.74%
G = 13.18%
B = 47.08%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D346FA (or 0xD346FA) is known color: Heliotrope. HEX triplet: D3, 46 and FA. RGB value is (211,70,250). Sum of RGB (Red+Green+Blue) = 211+70+250=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 70 (27.73% from 255 or 13.18% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #D346FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D346FA is #2CB905. Grayscale: #848484. Windows color (decimal): -2930950 or 16402131. OLE color: 16402131.

HSL color Cylindrical-coordinate representation of color #D346FA: hue angle of 287º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D346FA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 70 250 -
CMYK 0.16 0.72 0 0.02
HSL 287º 0.95% 0.63% -
HSV(B) 287º 0.72% 0.98% -
XYZ 46.31 25.13 92.85 -
YUV 132.68 194.21 183.86 -
System Red Green Blue C M Y K H S L
Decimal 211 70 250 0.16 0.72 0 0.02 287 0.95 0.63
Hex D3 46 FA 10 48 0 2 11F 5F 3F
Octal 323 106 372 20 110 0 2 437 137 77
Binary 11010011 1000110 11111010 10000 1001000 0 10 100011111 1011111 111111

Color Harmonies of #D346FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D346FA

Black with #D346FA

Text Example


Text Example

White with #D346FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D346FA; }

 p { color: rgb(211,70,250); }

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

background-color css

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

 a { background-color: rgb(211,70,250); }

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

border-color css

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

 span { border-color: rgb(211,70,250); }

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