Html Css Color HEX #D346F9 Heliotrope

📋 copy color: '#D346F9'

red 211 ◦ green 70 ◦ blue 249

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

Shades of Heliotrope #D346F9

Tints of Heliotrope #D346F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.98%

R = 39.81%
G = 13.21%
B = 46.98%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D346F9 (or 0xD346F9) is known color: Heliotrope. HEX triplet: D3, 46 and F9. RGB value is (211,70,249). Sum of RGB (Red+Green+Blue) = 211+70+249=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 70 (27.73% from 255 or 13.21% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #D346F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D346F9 is #2CB906. Grayscale: #838383. Windows color (decimal): -2930951 or 16336595. OLE color: 16336595.

HSL color Cylindrical-coordinate representation of color #D346F9: hue angle of 287.26º degrees, saturation: 0.94, 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 #D346F9 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 70 249 -
CMYK 0.15 0.72 0 0.02
HSL 287.26º 0.94% 0.63% -
HSV(B) 287.26º 0.72% 0.98% -
XYZ 46.15 25.07 92.03 -
YUV 132.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 211 70 249 0.15 0.72 0 0.02 287.26 0.94 0.63
Hex D3 46 F9 F 48 0 2 11F 5E 3F
Octal 323 106 371 17 110 0 2 437 136 77
Binary 11010011 1000110 11111001 1111 1001000 0 10 100011111 1011110 111111

Color Harmonies of #D346F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D346F9

Black with #D346F9

Text Example


Text Example

White with #D346F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D346F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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