Html Css Color HEX #D349F6 Heliotrope

📋 copy color: '#D349F6'

red 211 ◦ green 73 ◦ blue 246

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

Shades of Heliotrope #D349F6

Tints of Heliotrope #D349F6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.77%

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 39.81%
G = 13.77%
B = 46.42%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D349F6 (or 0xD349F6) is known color: Heliotrope. HEX triplet: D3, 49 and F6. RGB value is (211,73,246). Sum of RGB (Red+Green+Blue) = 211+73+246=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #D349F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D349F6 is #2CB609. Grayscale: #858585. Windows color (decimal): -2930186 or 16140755. OLE color: 16140755.

HSL color Cylindrical-coordinate representation of color #D349F6: hue angle of 287.86º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D349F6 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 73 246 -
CMYK 0.14 0.70 0 0.04
HSL 287.86º 0.91% 0.63% -
HSV(B) 287.86º 0.7% 0.96% -
XYZ 45.88 25.27 89.65 -
YUV 133.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 211 73 246 0.14 0.70 0 0.04 287.86 0.91 0.63
Hex D3 49 F6 E 46 0 4 120 5B 3F
Octal 323 111 366 16 106 0 4 440 133 77
Binary 11010011 1001001 11110110 1110 1000110 0 100 100100000 1011011 111111

Color Harmonies of #D349F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D349F6

Black with #D349F6

Text Example


Text Example

White with #D349F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D349F6; }

 p { color: rgb(211,73,246); }

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

background-color css

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

 a { background-color: rgb(211,73,246); }

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

border-color css

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

 span { border-color: rgb(211,73,246); }

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